Merge pull request #2434 from wengtad/issue2428

fix: stock tracking table aligment
This commit is contained in:
Oliver 2021-12-08 10:21:31 +11:00 committed by GitHub
commit e4b6306ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}