Commit 1f9153b9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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
parents 4d84259d 34b132d4
......@@ -3,10 +3,6 @@
border-bottom: 1px solid #DDD;
padding-bottom: 15px;
margin-bottom: 15px;
.term {
height: 22px;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment