Skip to content

Change height and font-size below the size="small" #2297

Discussion options

You must be logged in to vote

For more granular changes, you need to hook into CSS Parts.

wa-input::part(base) {
  font-size: 10px;
  height: 16px;
}

wa-input::part(input) {
  height: inherit;  
}

CSS parts are listed in the docs for each component. We're working on improving how to describe component anatomy and parts to make this more clear :)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@goosedeersolutions
Comment options

Answer selected by goosedeersolutions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants