Fixed button display in mobile view of the success-frame.
This commit is contained in:
parent
2f2e1c5adc
commit
6a502b4aa6
1 changed files with 5 additions and 0 deletions
|
@ -353,6 +353,11 @@ body {
|
|||
float: none !important;
|
||||
}
|
||||
|
||||
#success-frame .btn {
|
||||
margin-bottom: 10px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* CANCEL APPOINTMENT
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue