Fix project column title overflow (#31011) (#31025)

Backport #31011 by wxiaoguang

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Giteabot 2024-05-20 14:17:21 +08:00 committed by GitHub
parent d17bfad940
commit a798a1eb17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 22 deletions

View file

@ -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 {