Merge pull request '[v7.0/forgejo] Fix overflowing titles in project columns' (#3827) from beowulf/bp-v7.0/forgejo-853f005 into v7.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3827 Reviewed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
commit
a5776cc883
1 changed files with 10 additions and 0 deletions
|
@ -37,6 +37,16 @@
|
|||
line-height: 1.25 !important;
|
||||
color: inherit !important;
|
||||
cursor: inherit;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.project-column-title-label {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.project-column-header > .dropdown {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.project-column > .cards {
|
||||
|
|
Loading…
Reference in a new issue