fix(container): fixed pull latest image toggle missing on service update and container recreate modal (#4956)

pull/4910/head^2
fhanportainer 2021-04-01 10:35:42 +13:00 committed by GitHub
parent ad2910f3f0
commit e75678dd11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
/* switch box */
.switch {
.switch,
.bootbox-checkbox-list > .checkbox > label {
--switch-size: 24px;
}