From 08838a9dc4b45681ecbe3d5446bacda303646f06 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 26 Aug 2020 10:03:25 +0100 Subject: [PATCH] =?UTF-8?q?Make=20=E2=80=98Add=20another=20area=E2=80=99?= =?UTF-8?q?=20button=20wrap=20where=20possible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Broke this while fixing the spacing between the buttons and the areas. --- app/assets/stylesheets/components/area-list.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/components/area-list.scss b/app/assets/stylesheets/components/area-list.scss index 0095c9071..298330909 100644 --- a/app/assets/stylesheets/components/area-list.scss +++ b/app/assets/stylesheets/components/area-list.scss @@ -1,5 +1,7 @@ .area-list { + display: inline-block; + &-item { display: inline-block;