Commit c12bd547 authored by Jacob Schatz's avatar Jacob Schatz

Search title was getting clipped horizontally.

Fixed by adding height to search title css.
parent 5cd2f777
No related merge requests found
......@@ -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