diff --git a/src/css/components/po-tag/po-tag.css b/src/css/components/po-tag/po-tag.css index 32cab249..85ec8bc4 100644 --- a/src/css/components/po-tag/po-tag.css +++ b/src/css/components/po-tag/po-tag.css @@ -190,6 +190,15 @@ color: var(--text-color-warning); } +.po-clickable.po-tag-wrapper, +.po-click.po-tag-wrapper { + min-width: 44px; + min-height: 44px; + display: flex; + align-items: center; + outline: none; +} + .po-tag-inverse.po-text-color-01 { border-color: var(--color-tag-inverse-border-color-01); }