💄 New help icon instead of text for location info

This commit is contained in:
Philipp Stracker 2025-01-17 15:38:08 +01:00
parent 48c68c1855
commit 962c69905d
No known key found for this signature in database
4 changed files with 25 additions and 37 deletions

View file

@ -25,6 +25,14 @@
padding-top: 16px;
padding-bottom: var(--block-separator-gap);
margin-bottom: -29px;
.section-content {
display: flex;
& > .components-base-control:first-of-type {
width: 100%;
}
}
}
// Select-fields have a smaller gap between the header and input field.