Fix pixel misalignment between table header and body

This commit is contained in:
Balazs Gobel
2019-02-08 13:08:06 +01:00
parent 8e100f286b
commit 68dccf8575

View File

@@ -2,6 +2,12 @@
@TableBorder: 1px solid #d3d3d3;
@KpiTableWidth: 230px;
*,
*:before,
*:after {
box-sizing: border-box;
}
._cell(@Width: 50px) {
min-width: @Width!important;
max-width: @Width!important;