Skip to content
Snippets Groups Projects

Make figcaption visible

Merged codecraft requested to merge make_figcaption_visible into master
Files
4
+ 4
2
@@ -5,7 +5,7 @@
@@ -5,7 +5,7 @@
.caption {
.caption {
position: absolute;
position: absolute;
width: 100%;
max-width: 100%;
opacity: 75%;
opacity: 75%;
padding: 4px 4px 4px 4px;
padding: 4px 4px 4px 4px;
bottom: 0;
bottom: 0;
@@ -20,8 +20,10 @@
@@ -20,8 +20,10 @@
display: block;
display: block;
margin: 0 0 0 0!important;
margin: 0 0 0 0!important;
padding-top: 3px;
padding-top: 3px;
 
padding-bottom: 3px;
position: relative;
position: relative;
width: 100%;
width: 100%;
 
text-overflow: ellipsis;
overflow: hidden;
overflow: hidden;
text-wrap: wrap;
text-wrap: nowrap;
}
}
Loading