From 34a0684397a58c585e35307ae0d9f4362919fbac Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Fri, 12 Jan 2024 20:28:01 +0800 Subject: [PATCH] Improve CSS helper naming (#28769) * `gt-w-100` => `gt-w-full` to match tailwind * clarify `gt-hidden` priority --- templates/admin/self_check.tmpl | 2 +- templates/devtest/fomantic-modal.tmpl | 8 ++++---- templates/repo/diff/box.tmpl | 2 +- templates/repo/issue/card.tmpl | 2 +- web_src/css/helpers.css | 12 ++++++------ 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/admin/self_check.tmpl b/templates/admin/self_check.tmpl index 0f1ca68e00..6bca01ec65 100644 --- a/templates/admin/self_check.tmpl +++ b/templates/admin/self_check.tmpl @@ -20,7 +20,7 @@ {{if .DatabaseCheckInconsistentCollationColumns}}
{{ctx.Locale.Tr "admin.self_check.database_inconsistent_collation_columns" .DatabaseCheckResult.DatabaseCollation}} -