diff options
author | silverwind <me@silverwind.io> | 2024-12-14 07:50:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-14 06:50:12 +0000 |
commit | 1a07ebe5492d0c07bfc474441502362f678dba5a (patch) | |
tree | 2bcf5955cd501856f35a1c0349e29ad2309bbe0b /web_src/css | |
parent | cc5ff98e0d510c1923ad7cabc3e339f9cf0b570f (diff) | |
download | gitea-1a07ebe5492d0c07bfc474441502362f678dba5a.tar.gz gitea-1a07ebe5492d0c07bfc474441502362f678dba5a.zip |
Fix overflow on org header (#32837)
Diffstat (limited to 'web_src/css')
-rw-r--r-- | web_src/css/org.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web_src/css/org.css b/web_src/css/org.css index 90e5d7ad0e..1082625041 100644 --- a/web_src/css/org.css +++ b/web_src/css/org.css @@ -93,11 +93,6 @@ margin-right: 15px; } -.page-content.organization #org-info { - overflow-wrap: anywhere; - flex: 1; -} - .page-content.organization #org-info .ui.header { display: flex; align-items: center; |