diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-02-21 08:16:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 19:16:56 -0500 |
commit | 1b950b98cf98c5064bafbd57cd6cde1fa029881b (patch) | |
tree | f21206f425a9c67a1581d4a115a35f4e30e0fad8 /web_src | |
parent | 35d2fa744aae5782dcced573aa08ee9ff62c8e36 (diff) | |
download | gitea-1b950b98cf98c5064bafbd57cd6cde1fa029881b.tar.gz gitea-1b950b98cf98c5064bafbd57cd6cde1fa029881b.zip |
Use `gt-relative` class instead of the ambiguous `gt-pr` class (#23008)
`.gt-relative` is also `position: relative !important;`
There are `gt-pr-?` styles below (line 140) for `padding-right`, which
makes `.gt-pr` ambiguous
Co-authored-by: delvh <leon@kske.dev>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/less/helpers.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/less/helpers.less b/web_src/less/helpers.less index 9cabe01626..baa5959946 100644 --- a/web_src/less/helpers.less +++ b/web_src/less/helpers.less @@ -2,7 +2,6 @@ .gt-di { display: inline !important; } .gt-dif { display: inline-flex !important; } .gt-dib { display: inline-block !important; } -.gt-pr { position: relative !important; } .gt-ac { align-items: center !important; } .gt-tc { text-align: center !important; } .gt-tl { text-align: left !important; } |