1
0
Fork 0
forked from forgejo/forgejo

Fix empty container layer history and UI (#21251) (#21278)

Backport of #21251
This commit is contained in:
KN4CK3R 2022-09-27 17:10:19 +02:00 committed by GitHub
parent 43b4c38d4f
commit 790770aef3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 3 deletions

View file

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

View file

@ -34,5 +34,6 @@
@import "_admin";
@import "_explore";
@import "_review";
@import "_package";
@import "./helpers.less";