diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-08-21 21:35:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 13:35:02 +0000 |
commit | 42cbe6005adfe6e1440cdc9c15a05996f065bf83 (patch) | |
tree | 98d07f813da2628bb50fd31cc75512edae613769 /web_src/css | |
parent | 5bd63f83e3c4ec507e33a2d5ddb8972a96fdf627 (diff) | |
download | gitea-42cbe6005adfe6e1440cdc9c15a05996f065bf83.tar.gz gitea-42cbe6005adfe6e1440cdc9c15a05996f065bf83.zip |
Improve the branch selector tab UI (#26631)
Diffstat (limited to 'web_src/css')
-rw-r--r-- | web_src/css/repo.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 8e8125a5f4..03e9019b25 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -1255,8 +1255,8 @@ color: var(--color-text-light-2); } -.repository .filter.dropdown .menu { - margin-top: 1px !important; +.repository .ui.dropdown.filter > .menu { + margin-top: 1px; } .repository.branches .commit-divergence .bar-group { |