From 657facb1d552e6f6682e632ec7e22f27aca378cd Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Tue, 5 May 2020 10:51:49 -0500 Subject: [PATCH] FIX: Fixes wrapping of buttons with larger buttons Thanks to Kris for solution --- app/assets/stylesheets/common/base/_topic-list.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 5b9cff0076..98d484ff63 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -286,7 +286,8 @@ ol.category-breadcrumb { } .top-title-buttons { - display: inline; + display: inline-flex; + margin: .25em 0; button { margin-right: 0.5em;