aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-05-31 18:44:28 +0800
committerGitHub <noreply@github.com>2023-05-31 12:44:28 +0200
commit48bfea6705f43c84dcb800f7bc5ab5922aebd89c (patch)
treea7958de322df9005d7fa0206f65b70ceb6889f82 /web_src
parenta90988d63f25f510886073f2b4f00780e775fed0 (diff)
downloadgitea-48bfea6705f43c84dcb800f7bc5ab5922aebd89c.tar.gz
gitea-48bfea6705f43c84dcb800f7bc5ab5922aebd89c.zip
Fix incorrect issuel filter menu style (#25018)
Before: <details> ![image](https://github.com/go-gitea/gitea/assets/2114189/b67b3a83-ebe4-4dac-b4b2-de93401d7ab2) </details> After: <details> ![image](https://github.com/go-gitea/gitea/assets/2114189/fbf34418-2ddf-4d47-82da-155823501d31) ![image](https://github.com/go-gitea/gitea/assets/2114189/1b275de3-8c16-4873-b056-0df430c882f0) </details>
Diffstat (limited to 'web_src')
-rw-r--r--web_src/css/dashboard.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/web_src/css/dashboard.css b/web_src/css/dashboard.css
index 863dc51dbf..72c29f6686 100644
--- a/web_src/css/dashboard.css
+++ b/web_src/css/dashboard.css
@@ -23,12 +23,6 @@
justify-content: space-between;
}
-.dashboard.feeds .filter.menu .item .text,
-.dashboard.issues .filter.menu .item .text {
- height: 16px;
- vertical-align: middle;
-}
-
.dashboard.feeds .filter.menu .item .text.truncate,
.dashboard.issues .filter.menu .item .text.truncate {
width: 75%;