aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/features/projects.css
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-05-20 13:21:01 +0800
committerGitHub <noreply@github.com>2024-05-20 05:21:01 +0000
commitb6574099edbb47e119762700f637c8da349cca2b (patch)
tree5ebb506c98b26d406b600f0e9d881b8bfa37914c /web_src/css/features/projects.css
parent47accfebbd69e5f47d1b97a3e39cf181fab7e597 (diff)
downloadgitea-b6574099edbb47e119762700f637c8da349cca2b.tar.gz
gitea-b6574099edbb47e119762700f637c8da349cca2b.zip
Fix project column title overflow (#31011)
By the way: * Re-format the "color.go" to Golang code style * Remove unused `overflow-y: scroll;` from `.project-column` because there is `overflow: visible`
Diffstat (limited to 'web_src/css/features/projects.css')
-rw-r--r--web_src/css/features/projects.css13
1 files changed, 5 insertions, 8 deletions
diff --git a/web_src/css/features/projects.css b/web_src/css/features/projects.css
index e23c146748..21e2aee0a2 100644
--- a/web_src/css/features/projects.css
+++ b/web_src/css/features/projects.css
@@ -14,7 +14,6 @@
width: 320px;
height: calc(100vh - 450px);
min-height: 60vh;
- overflow-y: scroll;
flex: 0 0 auto;
overflow: visible;
display: flex;
@@ -30,17 +29,15 @@
display: flex;
align-items: center;
justify-content: space-between;
+ gap: 0.5em;
}
-.project-column-title {
- background: none !important;
- line-height: 1.25 !important;
- cursor: inherit;
+.ui.label.project-column-issue-count {
+ color: inherit;
}
-.project-column-title,
-.project-column-issue-count {
- color: inherit !important;
+.project-column-title-label {
+ flex: 1;
}
.project-column > .cards {