From 26e46a99f5a43f967c9fcafca8f20015884f7d4c Mon Sep 17 00:00:00 2001 From: eight Date: Sat, 11 Nov 2017 13:21:52 +0800 Subject: [PATCH] Fix: min height of message box title --- msgbox/msgbox.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msgbox/msgbox.css b/msgbox/msgbox.css index 991d0277..5a5ab860 100644 --- a/msgbox/msgbox.css +++ b/msgbox/msgbox.css @@ -60,6 +60,8 @@ padding: .75rem 24px .75rem 52px; font-size: 1rem; position: relative; + min-height: 42px; + box-sizing: border-box; } #message-box-title::before {