mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
fix(ColorPicker): fix text clipping in ColorPicker InputNumber (#55966)
This commit is contained in:
@@ -28,6 +28,7 @@ const genInputStyle: GenerateStyle<ColorPickerToken, CSSObject> = (token) => {
|
||||
[`${componentCls}-steppers${antCls}-input-number`]: {
|
||||
fontSize: fontSizeSM,
|
||||
lineHeight: lineHeightSM,
|
||||
padding: 0,
|
||||
[`${antCls}-input-number-input`]: {
|
||||
paddingInlineStart: paddingXXS,
|
||||
paddingInlineEnd: 0,
|
||||
|
||||
Reference in New Issue
Block a user