Skip to content
Snippets Groups Projects

Make figcaption visible

Merged codecraft requested to merge make_figcaption_visible into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -22,6 +22,7 @@
padding-top: 3px;
position: relative;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
text-wrap: wrap;
text-wrap: nowrap;
}
Loading