forked from mirrors/easyappointments
Fixed breaks table layout
This commit is contained in:
parent
4c7aa9b3b0
commit
8ea4b17cf8
1 changed files with 4 additions and 0 deletions
|
@ -721,6 +721,10 @@ body .form-horizontal .controls {
|
||||||
padding: 4px 7px;
|
padding: 4px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.breaks.table {
|
||||||
|
table-layout: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
.breaks .break-day select {
|
.breaks .break-day select {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|
Loading…
Reference in a new issue