mirror of https://github.com/ColorlibHQ/gentelella
Merge pull request #194 from christianesperar/master
Fix modal button not aligned properlypull/148/head
commit
6f8ff7ecbd
|
@ -1746,7 +1746,10 @@ a.star {
|
|||
text-align: left;
|
||||
width: 100%; }
|
||||
|
||||
.buttons, button, .btn {
|
||||
button,
|
||||
.buttons,
|
||||
.btn,
|
||||
.modal-footer .btn + .btn {
|
||||
margin-bottom: 5px;
|
||||
margin-right: 5px; }
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1909,7 +1909,10 @@ a.star {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.buttons, button, .btn {
|
||||
button,
|
||||
.buttons,
|
||||
.btn,
|
||||
.modal-footer .btn+.btn {
|
||||
margin-bottom: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue