Fix: min height of message box title

This commit is contained in:
eight 2017-11-11 13:21:52 +08:00
parent 9b41a70c9b
commit 26e46a99f5

View File

@ -60,6 +60,8 @@
padding: .75rem 24px .75rem 52px; padding: .75rem 24px .75rem 52px;
font-size: 1rem; font-size: 1rem;
position: relative; position: relative;
min-height: 42px;
box-sizing: border-box;
} }
#message-box-title::before { #message-box-title::before {