diff --git a/src/assets/styles/common-tables.scss b/src/assets/styles/common-tables.scss index d50da06..2f56971 100644 --- a/src/assets/styles/common-tables.scss +++ b/src/assets/styles/common-tables.scss @@ -8,10 +8,7 @@ flex: 1; align-items: center; justify-content: flex-end; - - > *:not(:last-child) { - margin-right: 10px; - } + gap: 10px; } .header-item { @@ -23,6 +20,7 @@ border-bottom: 1px solid var(--iqser-separator); box-sizing: border-box; padding: 0 24px; + gap: 10px; .header-title { display: flex; @@ -34,17 +32,10 @@ padding: 0 24px 0 10px; } - > *:not(:last-child) { - margin-right: 10px; - } - .actions { display: flex; align-items: center; justify-content: flex-end; - - > *:not(:last-child) { - margin-right: 16px; - } + gap: 16px; } }