You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What exactly does the "size" property refer to in the context of buttons?
Is it font-size?
It is rather ambiguous as to what it means.
Property
Value
Height
32px
Padding
8px
Size
13px
If size refers to font-size and padding is 8 pixel on the top and 8 pixel on the bottom then that would be 8 + 13 + 8 which equals 29 which does not add up to the declared height of 32 pixels.
This leaves me confused.
The text was updated successfully, but these errors were encountered:
What exactly does the "size" property refer to in the context of buttons?
Is it font-size?
It is rather ambiguous as to what it means.
If size refers to font-size and padding is 8 pixel on the top and 8 pixel on the bottom then that would be 8 + 13 + 8 which equals 29 which does not add up to the declared height of 32 pixels.
This leaves me confused.
The text was updated successfully, but these errors were encountered: