Commit b2ca3d20 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(fix): Faux-input on hashtags selector output

1 merge request!387WIP: Boost Campaigns (&24)
Pipeline #69989166 running with stages
......@@ -405,6 +405,12 @@ m-app {
.m-form--edit-tag-badges {
display: inline-block;
min-width: 250px; // Tag selector width
border-radius: 16px;
padding: 7px 12px 5px;
@include m-theme(){
border: 1px solid themed($m-grey-50);;
}
}
.m-form--tag-badge {
......
......@@ -101,6 +101,8 @@
*ngFor="let hashtag of campaign.hashtags"
class="m-form--tag-badge"
>#{{hashtag}}</span>
<span *ngIf="!campaign.hashtags || !campaign.hashtags.length">&nbsp;</span>
</span>
<m-hashtags-selector
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment