Pkg quasar........ v1.1.4
Pkg @quasar/app... v1.1.2
(I cancelled upgrading to latest version because there are errors happened in ui/css)
The remove icon is not visible when the text is long.

I solved it using the following css.
.q-chip.ellipsis .q-chip__content {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
then I add ellipsis class in q-chip:
<q-chip class="ellipsis">
</q-chip>

Please make a codepen.
No codepen necessary. Fixing it.
Fix will be available in "quasar" v1.8.0.
Most helpful comment
Fix will be available in "quasar" v1.8.0.