mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 04:55:36 +01:00
change style in css file
This commit is contained in:
parent
bc55b16c9c
commit
491fe98c15
2 changed files with 9 additions and 8 deletions
|
|
@ -48,6 +48,15 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.detail > span {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.row .link {
|
||||
color: var(--gray900);
|
||||
text-decoration: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue