mirror of
https://gitee.com/gitea/gitea.git
synced 2024-12-04 12:48:22 +08:00
904b324716
Fixes #21248
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;
|
|
}
|
|
}
|