mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 07:09:21 +01:00
790770aef3
Backport of #21251
9 lines
125 B
Text
9 lines
125 B
Text
.container-labels {
|
|
td:nth-child(1) {
|
|
vertical-align: top;
|
|
}
|
|
|
|
td:nth-child(2) {
|
|
overflow-wrap: anywhere;
|
|
}
|
|
}
|