fix: [UI] Fixed tag buttons not being in-line on the event view's attribute list

pull/5031/head
iglocska 2019-08-20 16:34:14 +02:00
parent 0a94804721
commit 2bc7c759c3
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@
?>
</div>
</td>
<td class="shortish">
<td class="short">
<div class="attributeTagContainer" id="#Attribute_<?php echo h($object['id']);?>_tr .attributeTagContainer">
<?php echo $this->element('ajaxTags', array('attributeId' => $object['id'], 'tags' => $object['AttributeTag'], 'tagAccess' => ($isSiteAdmin || $mayModify || $me['org_id'] == $event['Event']['org_id']), 'context' => $context, 'scope' => 'attribute')); ?>
</div>