I'm new to web development and want to use ng2-tag-input in my Angular 2 app together with Clarity UI Framework.
The tag input component doesn't render correctly because of CSS styles from Clarity UI that are in effect. For example, here are two screenshots:
Tag input component rendered outside of .form-group
Tag input component rendered inside of .form-group
Inside the <div class="form-group">
the delete buttons (x) are misaligned. In both cases the add tag input field is misaligned, etc.
How should I go about fixing the styles? I'm looking just as much for a general strategy to approaching this issue as for a specific fix.
If you want to use custom themes styles in ng2-tag-input just see this link ng2-tag-input theme
put this foundation-theme.scss file in your component level..and give that scss paths in your component
stylesUrls:['./foundation-theme.scss']
and change styles in foundation theme whatever you want.foundation-theme.scss