Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-21 03:17:39 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-21 03:17:39 +0300
commit1f9153b9a6a50251468a412653e8aa9288083f12 (patch)
treec168480e6cddbc601cfa527d2451af8622b5300f /app
parent4d84259df8a2cf649734aca60a9555eb1b02ba51 (diff)
parent34b132d49ae2552104e937642495203598ad59cf (diff)
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
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/search.scss4
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;
- }
}
}