mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 10:34:05 +00:00
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
|
@ -37,6 +37,16 @@
|
||||||
line-height: 1.25 !important;
|
line-height: 1.25 !important;
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-column-title-label {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-column-header > .dropdown {
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-column > .cards {
|
.project-column > .cards {
|
||||||
|
|
Loading…
Reference in a new issue