fix(ui): prevent warning indicator from overflowing container

This commit is contained in:
Carlos Valente
2026-07-18 12:49:33 +02:00
committed by Carlos Valente
parent 64082ceac0
commit 0c5e87b7e7
3 changed files with 22 additions and 6 deletions
@@ -4,10 +4,15 @@
.timerNote {
width: 1.25em;
flex: 0 0 1.25em;
color: $blue-500;
font-size: 1.5em;
}
.timerNotePlaceholder {
visibility: hidden;
}
.inactive {
color: $muted-gray;
}