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`
This commit is contained in:
2024-05-20 13:21:01 +08:00
committed by GitHub
parent 47accfebbd
commit b6574099ed
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 {