Commit 3d7994a7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'search-title-clipped' into 'master'

Search title gets clipped vertically.

Fixed by adding height to search title css.

**Before:**
![Screen_Shot_2016-01-16_at_10.12.14_AM](/uploads/2651de6ae38251e1f20acade0c69a629/Screen_Shot_2016-01-16_at_10.12.14_AM.png)

**After:**
![Screen_Shot_2016-01-16_at_10.12.05_AM](/uploads/6852e9a653bde1975d7fdfa4dbc302d8/Screen_Shot_2016-01-16_at_10.12.05_AM.png)

See merge request !2460
parents 4d31789e c12bd547
......@@ -3,6 +3,10 @@
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