Search title was getting clipped horizontally.

Fixed by adding height to search title css.
This commit is contained in:
Jacob Schatz 2016-01-16 10:14:13 -05:00
parent 5cd2f77769
commit c12bd5474e

View file

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