Files
portainer/app/docker/views/containers/create/createcontainer.css
T
Prabhat Khera 1e80061186 feat(docker): allow docker container resource settings without restart EE-1942 (#6065)
Co-authored-by: sam <sam@allofword>
Co-authored-by: sam@gemibook <huapox@126.com>
Co-authored-by: Prabhat Khera <prabhat.khera@gmail.com>
2021-11-30 11:01:09 +13:00

21 lines
233 B
CSS

.edit-resources {
padding: 20px;
border: 1px solid var(--border-widget-color);
}
.widget .edit-resources button {
margin-left: 0;
}
.mt-20 {
margin-top: 20px;
}
.mt-7 {
margin-top: 7px;
}
.mt-10 {
margin-top: 10px;
}