diff options
author | Yarden Shoham <git@yardenshoham.com> | 2024-03-31 18:39:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 15:39:50 +0000 |
commit | 0497b2607d1052e771af4017c2c4180adb7d86b2 (patch) | |
tree | 0daea274e576ec1cafbc6cb7a4d9ea627da50492 /web_src/css | |
parent | 8da9130c1ffe93e0e97290fddb908ae5b67432e2 (diff) | |
download | gitea-0497b2607d1052e771af4017c2c4180adb7d86b2.tar.gz gitea-0497b2607d1052e771af4017c2c4180adb7d86b2.zip |
Remove most jQuery function calls from the repository topic box (#30191)
Remove most jQuery function calls
---------
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'web_src/css')
-rw-r--r-- | web_src/css/repo.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css index eab90c10d3..705d652b54 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -2437,6 +2437,7 @@ tbody.commit-list { #repo-topics .repo-topic { font-weight: var(--font-weight-normal); cursor: pointer; + margin: 0; } #new-dependency-drop-list.ui.selection.dropdown { |