mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-02 04:49:05 +00:00
11 lines
134 B
SCSS
11 lines
134 B
SCSS
.ghostedText {
|
|
min-height: 2rem;
|
|
padding: 0;
|
|
padding-top: 0.25em;
|
|
width: 100%;
|
|
}
|
|
|
|
.multiline {
|
|
white-space: break-spaces;
|
|
}
|