Skip to content

Commit

Permalink
Fix extra space before item type in info pane. Fix #526
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Aug 21, 2024
1 parent 7b058c1 commit 3874199
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/scss/components/metadata/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,12 @@
@include mouse-and-bp-up(md) {
padding-left: $metadata-list-gutter * 0.5;

.select-value {
// reduce internal select input padding to match the padding of the other inputs
padding-left: $editable-padding;
padding-right: $editable-padding;
.has-value {
.select-value {
// reduce internal select input padding to match the padding of the other inputs
padding-left: $editable-padding;
padding-right: $editable-padding;
}
}
}

Expand Down

0 comments on commit 3874199

Please sign in to comment.