diff --git a/static/css/directives/components/pages/repo-page/repo-page.scss b/static/css/directives/components/pages/repo-page/repo-page.scss index fe132b352..476b41f8f 100644 --- a/static/css/directives/components/pages/repo-page/repo-page.scss +++ b/static/css/directives/components/pages/repo-page/repo-page.scss @@ -13,6 +13,13 @@ background-color: #fff; @include box-shadow(0px 2px 2px rgba(0, 0, 0, 0.4)); overflow: hidden; + display: table; + + [class*="col-"] { + float: none; + display: table-cell; + vertical-align: top; + } } .rp-main { @@ -22,6 +29,5 @@ .rp-sidebar { padding: 30px 30px 0 30px; - border-left: 1px solid #DDD; }