mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +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…
x
Reference in New Issue
Block a user