fix min width

This commit is contained in:
piensaenpixel 2016-03-28 15:41:36 +02:00
parent 672e25d0c8
commit 00e41cd051
4 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -213,6 +213,7 @@
}
.CDB-HeaderNumeration {
width: $baseSize * 3;
min-width: $baseSize * 3;
height: $baseSize * 3;
border: 1px solid $cMainLine;
border-radius: 4px;