@@ -5,7 +5,6 @@ Gitea's private styles use `g-` prefix.
5
5
.gt-df { display : flex !important ; }
6
6
.gt-dib { display : inline-block !important ; }
7
7
.gt-ac { align-items : center !important ; }
8
- .gt-items-stretch { align-items : stretch !important ; }
9
8
.gt-jc { justify-content : center !important ; }
10
9
.gt-je { justify-content : flex-end !important ; }
11
10
.gt-sb { justify-content : space-between !important ; }
@@ -15,6 +14,7 @@ Gitea's private styles use `g-` prefix.
15
14
.gt-vm { vertical-align : middle !important ; }
16
15
.gt-w-100 { width : 100% !important ; }
17
16
.gt-h-100 { height : 100% !important ; }
17
+ .gt-line-height-normal { line-height : normal !important ;}
18
18
19
19
.gt-mono {
20
20
font-family : var (--fonts-monospace ) !important ;
@@ -59,6 +59,7 @@ Gitea's private styles use `g-` prefix.
59
59
.gt-cursor-pointer { cursor : pointer !important ; }
60
60
.gt-cursor-grab { cursor : grab !important ; }
61
61
.gt-invisible { visibility : hidden !important ; }
62
+ .gt-items-stretch { align-items : stretch !important ; }
62
63
.gt-items-start { align-items : flex-start !important ; }
63
64
.gt-pointer-events-none { pointer-events : none !important ; }
64
65
.gt-relative { position : relative !important ; }
@@ -74,6 +75,7 @@ Gitea's private styles use `g-` prefix.
74
75
.gt-normal-case { text-transform : none !important ; }
75
76
.gt-italic { font-style : italic !important ; }
76
77
.gt-overflow-x-auto { overflow-x : auto !important ; }
78
+ .gt-overflow-x-hidden { overflow-x : hidden !important ; }
77
79
.gt-overflow-x-scroll { overflow-x : scroll !important ; }
78
80
.gt-overflow-y-hidden { overflow-y : hidden !important ; }
79
81
0 commit comments