Browse Source

Fix centering of caption text (#356)

Fixes #352
Danilo Bargen 8 years ago
parent
commit
35a2d82e07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sass/components/_mediabox.scss

+ 1 - 1
src/sass/components/_mediabox.scss

@@ -95,7 +95,7 @@ mediabox {
                 color: rgba(255, 255, 255, 0.8);
                 font-size: 1.3em;
                 display: block;
-                width: 90%;
+                max-width: 90%;
                 overflow: hidden;
                 white-space: nowrap;
                 text-overflow: ellipsis;