1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-06 06:15:22 +02:00

EE-2570 disable pull image toggle when invalid (#7002)

This commit is contained in:
Chao Geng 2022-06-30 08:35:32 +08:00 committed by GitHub
parent 81f8b88541
commit cd66e32912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 4 deletions

View file

@ -858,3 +858,12 @@ json-tree .branch-preview {
.form-check.radio {
margin-left: 15px;
}
.inline-text {
display: inline;
position: absolute;
font-family: 'Montserrat';
font-size: smaller;
margin-left: 5px;
margin-right: 5px;
}