@@ -5,7 +5,6 @@ Gitea's private styles use `g-` prefix.
55.gt-df { display : flex !important ; }
66.gt-dib { display : inline-block !important ; }
77.gt-ac { align-items : center !important ; }
8- .gt-items-stretch { align-items : stretch !important ; }
98.gt-jc { justify-content : center !important ; }
109.gt-je { justify-content : flex-end !important ; }
1110.gt-sb { justify-content : space-between !important ; }
@@ -15,6 +14,7 @@ Gitea's private styles use `g-` prefix.
1514.gt-vm { vertical-align : middle !important ; }
1615.gt-w-100 { width : 100% !important ; }
1716.gt-h-100 { height : 100% !important ; }
17+ .gt-line-height-normal { line-height : normal !important ;}
1818
1919.gt-mono {
2020 font-family : var (--fonts-monospace ) !important ;
@@ -59,6 +59,7 @@ Gitea's private styles use `g-` prefix.
5959.gt-cursor-pointer { cursor : pointer !important ; }
6060.gt-cursor-grab { cursor : grab !important ; }
6161.gt-invisible { visibility : hidden !important ; }
62+ .gt-items-stretch { align-items : stretch !important ; }
6263.gt-items-start { align-items : flex-start !important ; }
6364.gt-pointer-events-none { pointer-events : none !important ; }
6465.gt-relative { position : relative !important ; }
@@ -74,6 +75,7 @@ Gitea's private styles use `g-` prefix.
7475.gt-normal-case { text-transform : none !important ; }
7576.gt-italic { font-style : italic !important ; }
7677.gt-overflow-x-auto { overflow-x : auto !important ; }
78+ .gt-overflow-x-hidden { overflow-x : hidden !important ; }
7779.gt-overflow-x-scroll { overflow-x : scroll !important ; }
7880.gt-overflow-y-hidden { overflow-y : hidden !important ; }
7981
0 commit comments