From 4dbd0e47d7890653a6dcca9b070402e083783968 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Sat, 11 Apr 2020 23:15:29 +0200 Subject: [PATCH] add checkbox m --- resources/sass/components/_elements.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/sass/components/_elements.scss b/resources/sass/components/_elements.scss index afa5967..f6095ab 100644 --- a/resources/sass/components/_elements.scss +++ b/resources/sass/components/_elements.scss @@ -22,6 +22,10 @@ input { input[type="checkbox"] { width: unset; + + & + label { + display: inline; + } } a {