From: Anton Khorev Date: Fri, 28 Jul 2023 17:05:28 +0000 (+0300) Subject: Remove unnecessary full-width float css from sidebar X-Git-Tag: live~668^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1905199b72117c706e70e6ceb18f4ea4d2de93b6 Remove unnecessary full-width float css from sidebar --- 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%; } }