0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-08 06:30:05 +00:00

Tweak the sizing of grace time input groups

This commit is contained in:
Pēteris Caune 2024-02-08 16:10:54 +02:00
parent 56f8bd93e3
commit 97442e9d2d
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

View file

@ -71,6 +71,10 @@
padding: 40px;
}
#update-timeout-grace-cron {
width: 70px;
}
#update-cron-form label,
#update-oncalendar-form label {
font-weight: normal;
@ -135,6 +139,14 @@
padding: 25px;
}
#update-timeout-grace-oncalendar {
width: 70px;
}
#update-timeout-grace-oncalendar-unit {
width: 90px;
}
#oncalendar-preview {
background: var(--pre-bg);
min-height: 409px;