From c56236f08109fd33db2d9bfa7b1c5441a391efef Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 30 Sep 2020 12:30:23 -0400 Subject: [PATCH] fix: overflow on submitPluginUsage field --- public/less/admin/extend/plugins.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/less/admin/extend/plugins.less b/public/less/admin/extend/plugins.less index 97ea6e8fcb..b9cc6b8a26 100644 --- a/public/less/admin/extend/plugins.less +++ b/public/less/admin/extend/plugins.less @@ -30,4 +30,12 @@ margin-bottom: 3px; margin-left: 10px; } + + .acp-sidebar { + .mdl-switch__label { + margin-left: 24px; + display: block; + left: 0; + } + } } \ No newline at end of file