diff options
author | HesterG <hestergong@gmail.com> | 2023-06-26 11:49:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 11:49:14 +0800 |
commit | 457946d59566c086ab1ce8d1cae19d8bd09f9d1c (patch) | |
tree | d8eb426f763012f4a4c8441eb760b9908c6b9122 /web_src/css | |
parent | 2a6e2afab917dc036f3f077a9aaec64b01370081 (diff) | |
download | gitea-457946d59566c086ab1ce8d1cae19d8bd09f9d1c.tar.gz gitea-457946d59566c086ab1ce8d1cae19d8bd09f9d1c.zip |
Allow change line of admin-dl-horizontal dt (#25508)
Close #25389
After:
<img width="915" alt="Screen Shot 2023-06-26 at 11 00 12"
src="https://github.com/go-gitea/gitea/assets/17645053/45026447-cf50-4603-ade3-7b80a9023c20">
admin/dashboard:
<img width="957" alt="Screen Shot 2023-06-26 at 10 59 51"
src="https://github.com/go-gitea/gitea/assets/17645053/f4f95bbe-f747-46f1-8fbd-5778a19ebef7">
Diffstat (limited to 'web_src/css')
-rw-r--r-- | web_src/css/admin.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web_src/css/admin.css b/web_src/css/admin.css index 792b76d3e2..0a2a88f143 100644 --- a/web_src/css/admin.css +++ b/web_src/css/admin.css @@ -35,9 +35,6 @@ font-weight: var(--font-weight-semibold); width: 220px; margin-right: 5px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; } @media (max-width: 767.98px) { |