Merge pull request #546 from reevolt/master

Fix padding issue for dialogs according Material design guide lines
This commit is contained in:
Fez Vrasta 2015-04-08 14:54:52 +02:00
commit 3443e4dd76

View File

@ -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;