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 {