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
This commit is contained in:
Dmitriy Zaporozhets 2016-01-21 00:17:39 +00:00
commit 1f9153b9a6
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@
border-bottom: 1px solid #DDD;
padding-bottom: 15px;
margin-bottom: 15px;
.term {
height: 22px;
}
}
}