chg: [object:fromAttributes] Enforce minimum popover size

pull/4672/head
mokaddem 2019-06-12 11:37:36 +02:00
parent d6093b9659
commit 8a5409949e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div style="max-width: 1000px; max-height: 800px; overflow-y: auto;">
<div style="max-width: 1000px; max-height: 800px; overflow-y: auto; min-height: 400px; min-width: 700px;">
<div>
<?php echo !empty($selected_types) ? '<strong>' . __('Selected types: ') . '</strong>' : ''; ?>
<?php foreach ($selected_types as $type): ?>