diff --git a/emhttp/plugins/dynamix.docker.manager/sheets/AddContainer.css b/emhttp/plugins/dynamix.docker.manager/sheets/AddContainer.css index 800fac404..e6518eb71 100644 --- a/emhttp/plugins/dynamix.docker.manager/sheets/AddContainer.css +++ b/emhttp/plugins/dynamix.docker.manager/sheets/AddContainer.css @@ -1,6 +1,6 @@ .noshow,.advanced{display:none} .required:after{content:" *";color:#E80000} -span.boxed{display:inline-block;line-height:normal;white-space:normal;width:auto} +span.boxed{display:inline-block;line-height:normal;white-space:normal;width:60%} span.cpu,label.checkbox{display:inline-block;width:32px} span.ct{display:inline-block;width:230px} span.net{display:inline-block;width:120px} diff --git a/emhttp/plugins/dynamix.docker.manager/sheets/UpdateContainer.css b/emhttp/plugins/dynamix.docker.manager/sheets/UpdateContainer.css index 800fac404..e6518eb71 100644 --- a/emhttp/plugins/dynamix.docker.manager/sheets/UpdateContainer.css +++ b/emhttp/plugins/dynamix.docker.manager/sheets/UpdateContainer.css @@ -1,6 +1,6 @@ .noshow,.advanced{display:none} .required:after{content:" *";color:#E80000} -span.boxed{display:inline-block;line-height:normal;white-space:normal;width:auto} +span.boxed{display:inline-block;line-height:normal;white-space:normal;width:60%} span.cpu,label.checkbox{display:inline-block;width:32px} span.ct{display:inline-block;width:230px} span.net{display:inline-block;width:120px}