mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Correct display of working plan exception breaks.
This commit is contained in:
parent
075e67e0e3
commit
7f40618809
1 changed files with 8 additions and 0 deletions
|
@ -731,6 +731,14 @@ body .form-horizontal .controls {
|
|||
}
|
||||
}
|
||||
|
||||
#working-plan-exceptions-breaks {
|
||||
table-layout: fixed;
|
||||
|
||||
.form-control {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
#providers-page .working-plan .checkbox,
|
||||
#providers-page .working-plan input[type='text'],
|
||||
#providers-page .working-plan button {
|
||||
|
|
Loading…
Reference in a new issue