mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Corrected overflow of elements.
This commit is contained in:
parent
b36f3e21a3
commit
f56053d061
1 changed files with 1 additions and 0 deletions
|
@ -635,6 +635,7 @@ body .form-horizontal .controls {
|
|||
#users-page #providers .details-view,
|
||||
#users-page #providers .working-plan-view {
|
||||
clear: both;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#users-page #providers .working-plan-view .work-start,
|
||||
|
|
Loading…
Reference in a new issue