mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Corrected service description overflow (#563).
This commit is contained in:
parent
909b62cea5
commit
6707524ed4
1 changed files with 6 additions and 0 deletions
|
@ -208,6 +208,12 @@ body {
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#book-appointment-wizard #service-description {
|
||||
overflow-y: auto;
|
||||
clear: both;
|
||||
max-height: 153px;
|
||||
}
|
||||
|
||||
/* BOOK SUCCESS & MESSAGE
|
||||
------------------------------------------------------------------------- */
|
||||
#message-frame,
|
||||
|
|
Loading…
Reference in a new issue