hacky padding fix

This commit is contained in:
Mads Rasmussen
2023-11-29 12:57:09 +01:00
parent a0bb003aaa
commit 49afc72f83

View File

@@ -96,6 +96,13 @@ export class UmbCollectionSelectionActionsElement extends UmbLitElement {
static styles = [
UmbTextStyles,
css`
:host {
width: 100%;
margin-right: calc(
-1 * var(--uui-size-space-6)
); // compensate for the padding on the container. TODO: make a better solution
}
#container {
display: flex;
gap: var(--uui-size-3);