From 1905199b72117c706e70e6ceb18f4ea4d2de93b6 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Fri, 28 Jul 2023 20:05:28 +0300 Subject: [PATCH] Remove unnecessary full-width float css from sidebar --- app/assets/stylesheets/common.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 19cc8e5be..fe38bbbdf 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -422,9 +422,6 @@ body.small-nav { > div { position: relative; - float: left; - clear: both; - width: 100%; } } -- 2.39.5