Skip to content
Snippets Groups Projects
Commit 1f9153b9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,10 +3,6 @@
border-bottom: 1px solid #DDD;
padding-bottom: 15px;
margin-bottom: 15px;
.term {
height: 22px;
}
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment