From 4668c1d717541bba5d4f18c4fe0514fcc6c28e4c Mon Sep 17 00:00:00 2001 From: Philipp Lang Date: Fri, 20 Aug 2021 13:17:24 +0200 Subject: [PATCH] Fix styling of checkbox --- assets/css/app.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/css/app.css b/assets/css/app.css index 926a3e2..13b82fe 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -11,6 +11,19 @@ body { } .stepper { + + .fancy-checkbox { + display: flex; + align-items: center; + input { + flex: 0 0 auto; + width: auto; + } + span { + flex: 1 0 auto; + } + } + .slider { display: flex; flex-wrap: nowrap;