Make thumbnails in the gallery affect parent's height and wrapping

This commit is contained in:
Peter Fabian 2019-11-23 18:41:28 +01:00
parent 2cda8d4cfe
commit f1bb497b66
1 changed files with 7 additions and 0 deletions

View File

@ -208,6 +208,13 @@ a.button {
margin-bottom: 1.5em;
}
/* Make thumbnails in the gallery affect parent's height and wrapping */
.flex-control-nav::after {
clear: both;
content: '';
display: table;
}
/**
* Tables
*/