mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-09 03:45:22 +02:00
#2287 Truncate repository name if too long
This commit is contained in:
parent
a2ef9a2b64
commit
f43cc90841
12 changed files with 89 additions and 33 deletions
|
@ -15,6 +15,11 @@
|
|||
.ui.header {
|
||||
font-size: 1.5rem;
|
||||
padding-bottom: 10px;
|
||||
|
||||
.name {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.metas {
|
||||
color: #888;
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue