mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Truncate website title on website list & website details pages
This commit is contained in:
parent
07e782ca39
commit
74e1139072
2 changed files with 18 additions and 5 deletions
|
|
@ -2,6 +2,14 @@
|
|||
color: var(--gray900);
|
||||
font-size: var(--font-size-large);
|
||||
line-height: var(--font-size-large);
|
||||
align-items: center;
|
||||
display: flex;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.titleLink {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.link {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue