remove height to fix offset and align with other workspaces

The problem described in the removed comment is not an issue anymore, so we can remove the height
This commit is contained in:
JesmoDev
2024-03-25 16:12:28 +01:00
parent 97429fc2d9
commit bbbde86ad7

View File

@@ -284,7 +284,6 @@ export class UmbVariantSelectorElement extends UmbLitElement {
css`
#name-input {
width: 100%;
height: 100%; /** I really don't know why this fixes the border colliding with variant-selector-toggle, but lets this solution for now */
}
#variant-selector-toggle {