From 44e5bd3f6e6a14bf8813a75da344d3e4718bf755 Mon Sep 17 00:00:00 2001 From: A1Gard Date: Wed, 29 Nov 2023 05:29:28 +0330 Subject: [PATCH] fix some ui problems --- public/css/theme.css | 3 +-- resources/theme/css/style.css | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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;