diff options
author | vnkmpf <tz@zztt.eu> | 2021-02-12 02:29:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 03:29:07 +0200 |
commit | 51fb0463a349fd6eeb58ceeebd9ccf2267200ae6 (patch) | |
tree | 9a97da5924b6bfdfb77959ca63ad705abdcd6584 /web_src/less/_form.less | |
parent | 5a18712dd7dcffecf88d3071381a836a543d8f2a (diff) | |
download | gitea-51fb0463a349fd6eeb58ceeebd9ccf2267200ae6.tar.gz gitea-51fb0463a349fd6eeb58ceeebd9ccf2267200ae6.zip |
Fix truncated organization names (#14655)
* Fix truncated organization names
Previous ellipsis implementation hid vertical overflow - image + descent line of letters.
Organization visibility in select on dashboard was not always visible.
This commit extracts classes which don't make collisions with other items on page.
Diffstat (limited to 'web_src/less/_form.less')
-rw-r--r-- | web_src/less/_form.less | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web_src/less/_form.less b/web_src/less/_form.less index a4842edd01..76c1a06990 100644 --- a/web_src/less/_form.less +++ b/web_src/less/_form.less @@ -278,10 +278,6 @@ textarea:focus, form { .dropdown .text { margin-right: 0 !important; - - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; } .header { |