fix: [widgets:SimpleList] Fit minimum vertical space

pull/5721/head
mokaddem 2020-03-24 14:59:53 +01:00
parent af7ca56935
commit 0c1d56e4d7
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<div>
<?php
foreach ($data as $element) {
if (!empty($element['type']) && $element['type'] === 'gap') {
@ -26,3 +27,5 @@
);
}
}
?>
</div>