1
0
forked from gitea/gitea

10 lines
125 B
Plaintext
Raw Normal View History

.container-labels {
td:nth-child(1) {
vertical-align: top;
}
td:nth-child(2) {
overflow-wrap: anywhere;
}
}