diff options
author | Phil Hughes <me@iamphill.com> | 2018-06-06 09:03:44 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-06-06 11:19:29 +0100 |
commit | 34dae2285c5f868d80300806fd969b9b2ae674e0 (patch) | |
tree | af3f45fadfd09b0d3fe8162a91c14a1fff92a802 /app/assets/stylesheets/pages/repo.scss | |
parent | 64360f4f63d471bb391f8d3deecff9e6744d43fb (diff) | |
download | gitlab-ce-34dae2285c5f868d80300806fd969b9b2ae674e0.tar.gz |
fixed spacing
removed need for custom dropdown stuff
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r-- | app/assets/stylesheets/pages/repo.scss | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index b07e12c79e0..741b4179e80 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -1137,7 +1137,7 @@ } .ide-merge-requests-dropdown.dropdown-menu { - width: 350px; + width: 385px; max-height: initial; } } @@ -1298,6 +1298,16 @@ } } } + + .dropdown-input { + padding-left: $gl-padding; + padding-right: $gl-padding; + } + + .btn-link { + padding-top: $gl-padding; + padding-bottom: $gl-padding; + } } .ide-merge-request-current-icon { @@ -1312,3 +1322,9 @@ min-height: 230px; max-height: 470px; } + +.ide-merge-request-project-path { + font-size: 12px; + line-height: 16px; + color: $gl-text-color-secondary; +} |