mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
refactor: remove size limits in title
This commit is contained in:
committed by
Carlos Valente
parent
cfc3aab893
commit
6c20cb5e99
@@ -1,4 +1,4 @@
|
||||
@use "ontimeStyles" as *;
|
||||
@use 'ontimeStyles' as *;
|
||||
|
||||
//////////////////////////////////// general app elements
|
||||
|
||||
@@ -15,3 +15,9 @@
|
||||
color: $ontime-color;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin ellipsis-text {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user