1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

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>
This commit is contained in:
wxiaoguang
2023-02-21 08:16:56 +08:00
committed by GitHub
parent 35d2fa744a
commit 1b950b98cf
2 changed files with 1 additions and 2 deletions

View File

@ -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; }