|
|
@@ -62,10 +62,10 @@
|
|
|
</a>
|
|
|
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
|
|
|
<button class="dropdown-item" type="button" data-template-type="children">
|
|
|
- {{ t('template.children.label') }} (_template) <small class="text-muted">- {{ t('template.children.desc') }}</small>
|
|
|
+ {{ t('template.children.label') }} (_template)<br class="d-block d-md-none" /><small class="text-muted text-wrap">- {{ t('template.children.desc') }}</small>
|
|
|
</button>
|
|
|
<button class="dropdown-item" type="button" data-template-type="decentants">
|
|
|
- {{ t('template.decendants.label') }} (__template) <small class="text-muted">- {{ t('template.decendants.desc') }}</small>
|
|
|
+ {{ t('template.decendants.label') }} (__template) <br class="d-block d-md-none" /><small class="text-muted">- {{ t('template.decendants.desc') }}</small>
|
|
|
</button>
|
|
|
</div>
|
|
|
</div>
|