diff --git a/static/ng/resources/css/project.css b/static/ng/resources/css/project.css index d0605dd68..b39641b65 100644 --- a/static/ng/resources/css/project.css +++ b/static/ng/resources/css/project.css @@ -7,8 +7,8 @@ height: 100%; min-height: 1px; max-height: 680px; - overflow-x: hidden; - overflow-y: auto; + min-width: 1024px; + overflow: hidden; } .section { @@ -16,10 +16,10 @@ padding: 15px; margin-top: 20px; background-color: #FFFFFF; - height: 650px; + height: 660px; width: 100%; min-height: 1px; - max-height: 680px; + max-height: 660px; } .search-pane { diff --git a/static/ng/resources/css/repository.css b/static/ng/resources/css/repository.css index 793f27ad9..19e8c7022 100644 --- a/static/ng/resources/css/repository.css +++ b/static/ng/resources/css/repository.css @@ -27,7 +27,8 @@ } .switch-pane-tabs { - width: 25%; + width: 265px; + min-width: 265px; float: right; list-style-type: none; }