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:
parent
56f8bd93e3
commit
97442e9d2d
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue