From: Andy Allan Date: Wed, 2 Aug 2023 14:54:16 +0000 (+0100) Subject: Merge pull request #4112 from AntonKhorev/no-float-inside-sidebar X-Git-Tag: live~1177 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/5796bf6347aa6e1ce32e5b206c3261ce73f82684?hp=a56cdd547e286c1cd9cfe11d31bde413964c19ee Merge pull request #4112 from AntonKhorev/no-float-inside-sidebar Remove unnecessary full-width float css from sidebar --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 848e3f1be..34f2ada73 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%; } }