Skip to content

Commit

Permalink
chore: Adds font smoothing to the form field's text like slots (#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangevolon authored Jan 20, 2025
1 parent e62a074 commit f5a88e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/property-filter/custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
}

.multiselect-form {
min-width: 200px;
max-width: 250px;
min-inline-size: 200px;
max-inline-size: 250px;
}
1 change: 1 addition & 0 deletions src/form-field/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
color: awsui.$color-text-form-label;
// We display label inline to achieve the proper line-wrapping with info links
display: inline;
@include styles.font-smoothing;
@include styles.font-label;
@include styles.info-link-spacing;
}
Expand Down

0 comments on commit f5a88e4

Please sign in to comment.