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;