Don't let caption titles overflow

This commit is contained in:
Alasdair Smith 2018-09-19 18:10:36 +01:00 committed by Chrystal Griffiths
parent 5f665252d5
commit 4b9038ed50

View file

@ -68,6 +68,12 @@
.text-overflow();
}
.caption__title {
display: inline-block;
max-width: 100%;
.text-overflow();
}
/* Media Queries */
@media (max-width: @screen-md-min) {
.thumbnail {