FIX: force wrapping on the filename of lightboxed images

This commit is contained in:
Régis Hanol 2015-09-16 11:58:06 +02:00
parent 66ec6b6e17
commit 468b04db86

View file

@ -28,6 +28,10 @@
.filename {
margin: 5px;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
&:before {
font-family: "FontAwesome";
content: "\F03E";