mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 00:45:22 +02:00
Add label descriptions (#3662)
* Add label descriptions * Add default descriptions to label template
This commit is contained in:
parent
ad33730dca
commit
c0d41b1b77
14 changed files with 109 additions and 34 deletions
|
@ -134,6 +134,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
.select-label {
|
||||
.item {
|
||||
max-width: 250px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.desc {
|
||||
padding-left: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.ui.tabs {
|
||||
&.container {
|
||||
margin-top: 14px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue