Browse Source

Avoid issue with long album names (photoswipe)

pull/281/head
Simon Conseil 8 years ago
parent
commit
5bc9bba7d3
  1. 4
      sigal/themes/photoswipe/static/styles.css

4
sigal/themes/photoswipe/static/styles.css

@ -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 {

Loading…
Cancel
Save