From ecfba0bb37fde6eeb0b57d54a7655283941c899a Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 17 Oct 2019 11:00:44 +0100 Subject: [PATCH] UX: Ensure GitHub onebox info does not wrap unnecessarily --- app/assets/stylesheets/common/base/onebox.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index b735363b855..e44e7d2d7fc 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -417,10 +417,15 @@ pre.onebox code { } } + .github-info-container { + width: 100%; + } + .github-info { display: flex; align-items: center; flex-wrap: wrap; + width: 100%; > div { margin: 2.5px 0;