mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-18 04:30:38 +03:00
Merge pull request #546 from reevolt/master
Fix padding issue for dialogs according Material design guide lines
This commit is contained in:
commit
3443e4dd76
|
@ -18,7 +18,7 @@
|
|||
// Modal body
|
||||
// Where all modal content resides (sibling of .modal-header and .modal-footer)
|
||||
.modal-body {
|
||||
padding-top: 0px;
|
||||
padding-top: 24px;
|
||||
padding-right: 24px;
|
||||
padding-bottom: 16px;
|
||||
padding-left: 24px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user