mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-26 03:36:10 +01:00
10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
|
.container-labels {
|
||
|
td:nth-child(1) {
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
td:nth-child(2) {
|
||
|
overflow-wrap: anywhere;
|
||
|
}
|
||
|
}
|