diff --git a/src/main.less b/src/main.less index 9f96728..3af446a 100644 --- a/src/main.less +++ b/src/main.less @@ -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;