mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #2434 from wengtad/issue2428
fix: stock tracking table aligment
This commit is contained in:
commit
e4b6306ddb
@ -438,6 +438,12 @@
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
/* tracking table column size */
|
||||
#track-table .table-condensed th {
|
||||
inline-size: 30%;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.panel-heading .badge {
|
||||
float: right;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user