mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 23:19:09 +00:00
refactor: control container growth
This commit is contained in:
committed by
Carlos Valente
parent
77e87e1d0c
commit
f11218a757
@@ -85,6 +85,14 @@
|
|||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
|
max-height: 2em;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-content--now {
|
.section-content--now {
|
||||||
|
|||||||
Reference in New Issue
Block a user