diff --git a/web/static/css/style.css b/web/static/css/style.css index 3739ff9..224efc8 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -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; diff --git a/web/templates/reminder_dashboard/guild_reminder.html.tera b/web/templates/reminder_dashboard/guild_reminder.html.tera index 653f9f1..1e36c7a 100644 --- a/web/templates/reminder_dashboard/guild_reminder.html.tera +++ b/web/templates/reminder_dashboard/guild_reminder.html.tera @@ -170,26 +170,30 @@
- - - - - + + + + + + + + +