From e5b085681a3acd5d480d5125fb35d88cc307ab18 Mon Sep 17 00:00:00 2001 From: Nicola Squartini Date: Tue, 24 Oct 2023 17:23:55 +0200 Subject: [PATCH] fix: do not overlap label and input elements (#283) This is caused by the use of Bootstap Italia. --- src/asset/style.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/asset/style.scss b/src/asset/style.scss index e9b45b6a..ad10b0e3 100644 --- a/src/asset/style.scss +++ b/src/asset/style.scss @@ -1,8 +1,6 @@ $foot-bar-h: 100px; $mq-size: 640px; -@use "bootstrap-italia/src/scss/bootstrap-italia"; - // We import CSS here rather than SCSS to avoid an annoying deprecation warning // from dart-sass. // See https://github.com/jquense/react-widgets/issues/1143.