1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

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

This commit is contained in:
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

View file

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