diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-21 00:17:39 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-21 00:17:39 +0000 |
commit | 1f9153b9a6a50251468a412653e8aa9288083f12 (patch) | |
tree | c168480e6cddbc601cfa527d2451af8622b5300f | |
parent | 4d84259df8a2cf649734aca60a9555eb1b02ba51 (diff) | |
parent | 34b132d49ae2552104e937642495203598ad59cf (diff) | |
download | gitlab-ce-1f9153b9a6a50251468a412653e8aa9288083f12.tar.gz |
Merge branch 'ui-is-broken-in-search-result-page' into 'master'
Fix term height so text overflap does not happen.
Fixes #12449
Height was set on the `.term`. It made the text overlap.
See merge request !2518
-rw-r--r-- | app/assets/stylesheets/pages/search.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index bdcf1897522..3aaa96da609 100644 --- a/app/assets/stylesheets/pages/search.scss +++ b/app/assets/stylesheets/pages/search.scss @@ -3,10 +3,6 @@ border-bottom: 1px solid #DDD; padding-bottom: 15px; margin-bottom: 15px; - - .term { - height: 22px; - } } } |