From b59e67174a605a02045bc1dc85a821add2aea616 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 25 Feb 2019 15:32:33 +0100 Subject: Fix public folder listing switch label position --- frontend/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/css') diff --git a/frontend/css/style.css b/frontend/css/style.css index 3233715..901de34 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -78,6 +78,10 @@ a:hover, a:focus { padding: 7px; } +.el-switch__label { + height: auto; +} + /* welcome and 404 page */ .container-center { display: flex; -- cgit v1.2.3