From cb65bcbc12f64f4c67528f352ccf84a540b74061 Mon Sep 17 00:00:00 2001 From: daitingting Date: Wed, 4 Jul 2018 09:22:34 +0800 Subject: [PATCH] * Set nowrap for modal header. --- www/theme/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index f1298dcc33..d50e1f96cc 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -9,3 +9,4 @@ * @link http://www.zentao.net */ .divider + .divider{display:none;} +.body-modal .main-header > h2{width: 100%; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}