mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
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;
|
||||
}
|
||||
}
|
@@ -35,5 +35,6 @@
|
||||
@import "_admin";
|
||||
@import "_explore";
|
||||
@import "_review";
|
||||
@import "_package";
|
||||
|
||||
@import "./helpers.less";
|
||||
|
Reference in New Issue
Block a user