collection toolbar remove unnecessary styling

This commit is contained in:
Jesper Møller Jensen
2023-06-08 18:13:48 +12:00
parent a690e63347
commit 0603ebeba1

View File

@@ -149,11 +149,8 @@ export class UmbCollectionToolbarElement extends UmbLitElement {
css`
:host {
display: flex;
gap: var(--uui-size-3);
gap: var(--uui-size-space-5);
width: 100%;
padding: var(--uui-size-space-4) var(--uui-size-space-6);
align-items: center;
box-sizing: border-box;
}
uui-popover {