mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
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;
|
||||
}
|
||||
|
||||
.breaks.table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.breaks .break-day select {
|
||||
height: 36px;
|
||||
|
|
Loading…
Reference in a new issue