Fix text wrapping on quotes

This commit is contained in:
Jessica Lawshe 2018-09-24 16:12:13 -05:00
parent 7fddf58916
commit 670129049f

View file

@ -9,4 +9,7 @@
hr {
border-color: @hr-border-alt;
}
.quote-by {
overflow: hidden;
}
}