Fixed breaks table layout

This commit is contained in:
Alex Tselegidis 2021-12-20 07:13:11 +01:00
parent 4c7aa9b3b0
commit 8ea4b17cf8
1 changed files with 4 additions and 0 deletions

View File

@ -721,6 +721,10 @@ body .form-horizontal .controls {
padding: 4px 7px;
}
.breaks.table {
table-layout: fixed;
}
@-moz-document url-prefix() {
.breaks .break-day select {
height: 36px;