Skip to content

Commit 613f9e2

Browse files
reevoltRomain Cherix
authored andcommitted
Fix padding issue for dialogs according Material design guide lines
1 parent 18ffcc6 commit 613f9e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

less/_dialogs.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Modal body
1919
// Where all modal content resides (sibling of .modal-header and .modal-footer)
2020
.modal-body {
21-
padding-top: 0px;
21+
padding-top: 24px;
2222
padding-right: 24px;
2323
padding-bottom: 16px;
2424
padding-left: 24px;

0 commit comments

Comments
 (0)