Skip to content

Commit

Permalink
Update venue-info-component.css
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed Aug 16, 2024
1 parent 03ff489 commit 9953b3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ecc/blocks/venue-info-component/venue-info-component.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.venue-info-component {
display: flex;
flex-direction: column;
gap: 8px;
}

.venue-info-component sp-textfield {
box-sizing: border-box;
font-size: var(--type-heading-m-size);
Expand Down Expand Up @@ -37,6 +43,7 @@
.venue-info-component .venue-info-field-location .location-wrapper {
display: flex;
flex-wrap: wrap;
gap: 8px;
}

.venue-info-component #venue-info-venue-address {
Expand Down

0 comments on commit 9953b3a

Please sign in to comment.