From d1d8e4767f62bc66e03d7811081915152287fefc Mon Sep 17 00:00:00 2001 From: Christoph Hummer Date: Wed, 30 Oct 2024 18:47:15 +0100 Subject: [PATCH] Update style-white.css --- emhttp/plugins/dynamix.docker.manager/styles/style-white.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix.docker.manager/styles/style-white.css b/emhttp/plugins/dynamix.docker.manager/styles/style-white.css index 136d9270f..aa3ecf607 100644 --- a/emhttp/plugins/dynamix.docker.manager/styles/style-white.css +++ b/emhttp/plugins/dynamix.docker.manager/styles/style-white.css @@ -12,6 +12,6 @@ .ui-dropdownchecklist-indent{padding-left:7px} .ui-dropdownchecklist-text{color:#1c1c1c;font-size:1.3rem} .ui-dropdownchecklist .ui-widget-content .ui-state-default{background:#f2f2f2;border:0px} -.ui-tailscale-row {display: flex;justify-content: space-between;min-width: 250px;width: 100%;flex-wrap: nowrap;overflow-x: auto;} +.ui-tailscale-row {display: flex;justify-content: space-between;min-width: 300px;width: 100%;flex-wrap: nowrap;overflow-x: auto;} .ui-tailscale-label {flex: 1;} .ui-tailscale-value {flex: 3;}