Avoid issue with long album names (photoswipe)

This commit is contained in:
Simon Conseil
2017-11-24 00:34:27 +01:00
parent b144491603
commit 5bc9bba7d3

View File

@@ -127,6 +127,9 @@ figcaption {
.album_title {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.video {
@@ -181,6 +184,7 @@ figcaption {
.gallery__img--secondary {
width: 25%;
float:left;
margin-bottom: 1em;
}
.gallery__title {