diff --git a/public/css/theme.css b/public/css/theme.css index c5c8583..4e8b4c7 100755 --- a/public/css/theme.css +++ b/public/css/theme.css @@ -10333,8 +10333,7 @@ aside .form-check { margin-top: 1rem; text-align: center; overflow: hidden; - white-space: nowrap; - max-width: 95%; + max-height: 1.3em; text-overflow: ellipsis; color: #444; diff --git a/resources/theme/css/style.css b/resources/theme/css/style.css index f8b5dc7..f6f0542 100755 --- a/resources/theme/css/style.css +++ b/resources/theme/css/style.css @@ -364,8 +364,7 @@ aside .form-check { margin-top: 1rem; text-align: center; overflow: hidden; - white-space: nowrap; - max-width: 95%; + max-height: 1.3em; text-overflow: ellipsis; color: #444;