diff options
author | Jacopo <beschi.jacopo@gmail.com> | 2018-05-23 09:17:24 +0200 |
---|---|---|
committer | Jacopo <beschi.jacopo@gmail.com> | 2018-05-23 10:24:38 +0200 |
commit | fe61e80af842bc69de7482510a276adc5db993fe (patch) | |
tree | a845410a6d6b061b3bfcd2bb79c018ff3c65709a /app/assets/stylesheets/pages/projects.scss | |
parent | 2eb8099fb752a6fe4c751f739c2b5520d450ad4c (diff) | |
download | gitlab-ce-fe61e80af842bc69de7482510a276adc5db993fe.tar.gz |
Fixes: Runners search input placeholder is cut off
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index dd0cb2c2613..53d021086bf 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -871,12 +871,6 @@ pre.light-well { margin: 0; } -.commits-search-form { - .input-short { - min-width: 200px; - } -} - .git-clone-holder { width: 380px; |