Fix interval input styles

This commit is contained in:
jude
2023-07-30 13:22:57 +01:00
parent 8d2232f0da
commit e65429aa9c
2 changed files with 34 additions and 21 deletions

View File

@ -138,11 +138,20 @@ div.reminderContent {
}
/* Interval inputs */
.div.interval-group .clear:focus {
div.interval-group {
height: unset !important;
}
div.interval-group .clear:focus {
outline: none;
box-shadow: none !important;
}
div.interval-group .no-break {
text-wrap: avoid;
white-space: nowrap;
}
div.interval-group .clear {
border: none;
background: none;