mirror of
https://github.com/valitydev/gentelella.git
synced 2024-11-06 08:15:17 +00:00
Merge pull request #194 from christianesperar/master
Fix modal button not aligned properly
This commit is contained in:
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; }
|
||||
|
||||
|
2
build/css/custom.min.css
vendored
2
build/css/custom.min.css
vendored
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
Block a user