mirror of https://github.com/zulip/zulip.git
modal: Re-add required bootstrap CSS for ".modal-body".
This commit adds the required bootstrap CSS rules for ".modal-body" elements to modal.css so that we can remove them from bootstrap.css.
This commit is contained in:
parent
5e263fc4ed
commit
37d12250ed
|
@ -1,5 +1,6 @@
|
|||
.modal-body {
|
||||
max-height: 60vh;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.modal-bg {
|
||||
|
|
Loading…
Reference in New Issue