forked from NYANDEV/forgejo
- truncate to max length 40 - add CSS ellipsis
This commit is contained in:
parent
b337c606d3
commit
3a4801d195
11 changed files with 39 additions and 28 deletions
|
@ -278,6 +278,10 @@ textarea:focus,
|
|||
form {
|
||||
.dropdown .text {
|
||||
margin-right: 0 !important;
|
||||
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue