aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
Diffstat (limited to 'web_src')
-rw-r--r--web_src/css/helpers.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css
index 68d4a1b021..a24d35e979 100644
--- a/web_src/css/helpers.css
+++ b/web_src/css/helpers.css
@@ -11,6 +11,7 @@ Gitea's private styles use `g-` prefix.
.gt-ab { align-items: baseline !important; }
.gt-tc { text-align: center !important; }
.gt-tl { text-align: left !important; }
+.gt-tr { text-align: right !important; } /* TODO: rename these to "gt-text-right", etc. there are only a few */
.gt-jc { justify-content: center !important; }
.gt-js { justify-content: flex-start !important; }
.gt-je { justify-content: flex-end !important; }