diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-05-30 18:53:07 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-05-30 18:53:07 -0600 |
commit | ccb20c1622b30eeec5951bbe6431a3df53dfe7ed (patch) | |
tree | f3b08203a0d308ff21ffa42107e25ea3e8225f9a /app/assets/stylesheets/pages/search.scss | |
parent | de20bd5b31715f096db3fb0155c82b0eea992b6c (diff) | |
download | gitlab-ce-ccb20c1622b30eeec5951bbe6431a3df53dfe7ed.tar.gz |
Remove unnecessary vendor prefixes for browsers we no longer support.
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r-- | app/assets/stylesheets/pages/search.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index 2bff70c8c64..ed8fcf84f54 100644 --- a/app/assets/stylesheets/pages/search.scss +++ b/app/assets/stylesheets/pages/search.scss @@ -156,13 +156,11 @@ .search-holder { @media (min-width: $screen-sm-min) { display: -webkit-flex; - display: -ms-flexbox; display: flex; } .search-field-holder { -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; flex: 1 0 auto; position: relative; margin-right: 0; |