mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
parent
79bff3ff61
commit
72f531dce8
@ -11,6 +11,8 @@
|
|||||||
// Keep it static for https://github.com/ant-design/ant-design/issues/16738
|
// Keep it static for https://github.com/ant-design/ant-design/issues/16738
|
||||||
position: static;
|
position: static;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
// https://github.com/ant-design/ant-design/issues/17582
|
||||||
|
padding-right: 24px;
|
||||||
// Add important to fix https://github.com/ant-design/ant-design/issues/5078
|
// Add important to fix https://github.com/ant-design/ant-design/issues/5078
|
||||||
// because input.less will compile after cascader.less
|
// because input.less will compile after cascader.less
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
@ -60,7 +62,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
padding: 0 @control-padding-horizontal;
|
padding: 0 20px 0 @control-padding-horizontal;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user