Commit 7e094ac5 by Torkel Ödegaard Committed by GitHub

Buttons: Fixed vertical centering, now pixel perfect (#23140)

parent 660a453f
......@@ -94,6 +94,7 @@ export const getButtonStyles = stylesFactory(({ theme, size, variant }: StylePro
font-size: ${fontSize};
padding: ${padding};
height: ${height};
line-height: ${height};
vertical-align: middle;
cursor: pointer;
border: 1px solid ${borderColor};
......
......@@ -219,4 +219,5 @@ $select-input-bg-disabled: $input-bg-disabled;
.select-button {
display: flex;
align-items: center;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment