Sam Blowes
Sam Blowes
I know there are some issues when using directories other than the root public dir https://github.com/nuxt/image/issues/1006
Me too! The issue occurred for the first time for me when upgrading from `0.1.39` to `0.2.2`
Yes please! According to the [spec](https://github.com/junit-team/junit5/blob/main/platform-tests/src/test/resources/jenkins-junit.xsd#L108-L113) these attributes are optional, and vitest does not generate them.
Looks like Vitest added support for these attributes here. https://github.com/vitest-dev/vitest/commit/d050604f1995b53e1b70b32bee821f01ad3e0797 [v0.25.4](https://github.com/vitest-dev/vitest/releases/tag/v0.25.4)
I dont see the issue here, the result is exactly as your mask is specified.
I know there are some issues when using directories other than the root public dir https://github.com/nuxt/image/issues/1006
I know there are some issues when using directories other than the root public dir https://github.com/nuxt/image/issues/1006
Perhaps the use of `text-overflow: ellipsis;` could be of some use for a fix. https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow
Its worth looking at the clear selection button in this as well, It also has layout issues. 
After just a few lines of css;  ``` .ui-select-match-text{ width: 100%; overflow: hidden; text-overflow: ellipsis; padding-right: 40px; } .ui-select-toggle > .btn.btn-link { margin-right: 10px; top: 6px; position: absolute; right:...