mirror of
https://github.com/go-gitea/gitea
synced 2025-08-16 22:48:27 +00:00
Backport of #21251
This commit is contained in:
9
web_src/less/_package.less
Normal file
9
web_src/less/_package.less
Normal file
@@ -0,0 +1,9 @@
|
||||
.container-labels {
|
||||
td:nth-child(1) {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
td:nth-child(2) {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
@@ -34,5 +34,6 @@
|
||||
@import "_admin";
|
||||
@import "_explore";
|
||||
@import "_review";
|
||||
@import "_package";
|
||||
|
||||
@import "./helpers.less";
|
||||
|
Reference in New Issue
Block a user