Make thumbnails in the gallery affect parent's height and wrapping
This commit is contained in:
parent
2cda8d4cfe
commit
f1bb497b66
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue