mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-12-01 14:03:45 +03:00
Fix bottom padding on source code dialog.
Source code dialogs don't look good because they do not have a padding at the bottom. So the code almost appear at the dialog border.
This commit is contained in:
parent
50da28242e
commit
3606df1b74
|
@ -39,6 +39,10 @@
|
|||
}
|
||||
.icon-preview:hover i { color: #4285f4; }
|
||||
.icon-preview:hover span { display: block; cursor: text; }
|
||||
|
||||
.modal-content .modal-body {
|
||||
padding-bottom: 14px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue
Block a user