Skip to content

Commit

Permalink
fix(cc-kv-list-input): adjust gap between elements
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesoyres-cc committed Nov 28, 2024
1 parent 950a2cc commit 07de28e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/cc-kv-list-input/cc-kv-list-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,9 @@ export class CcKvListInput extends CcFormControlElement {
}
.elements {
column-gap: 0.5em;
display: grid;
gap: 0.35em;
grid-template-columns: 1fr auto auto;
padding: 0.25em;
row-gap: 0.25em;
}
.element-last {
Expand Down

0 comments on commit 07de28e

Please sign in to comment.