Skip to content

Commit

Permalink
fix(fluid-date-picker): add space
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Nov 5, 2024
1 parent 85af631 commit ccbf58b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
position: relative;
block-size: 100%;
inline-size: 100%;
transition:
background-color $duration-fast-01 motion(standard, productive),
transition: background-color $duration-fast-01 motion(standard, productive),
outline $duration-fast-01 motion(standard, productive);
}

Expand Down Expand Up @@ -408,6 +407,7 @@
.#{$prefix}--slug {
inset-block-start: convert.to-rem(43px);
}

.#{$prefix}--date-picker--fluid
.#{$prefix}--date-picker-input__wrapper--slug:has(
.#{$prefix}--ai-label
Expand Down

0 comments on commit ccbf58b

Please sign in to comment.