forked from mirrors/easyappointments
Corrected providers overflow issue in mobile devices.
This commit is contained in:
parent
6ab4344187
commit
ad4e23302e
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,6 @@ body .form-horizontal .controls {
|
|||
#users-page #providers .details-view,
|
||||
#users-page #providers .working-plan-view {
|
||||
clear: both;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#users-page .btn-toolbar {
|
||||
|
@ -831,6 +830,7 @@ body .form-horizontal .controls {
|
|||
|
||||
#users-page #providers .switch-view {
|
||||
margin: 20px 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#users-page #providers .switch-view strong {
|
||||
|
|
Loading…
Reference in a new issue