We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5558ae commit b16da90Copy full SHA for b16da90
2 files changed
components/cascader/style/index.less
@@ -33,7 +33,7 @@
33
min-width: 111px;
34
height: 180px;
35
margin: 0;
36
- padding: @cascader-dropdown-edge-child-vertical-padding 0;
+ padding: @cascader-dropdown-edge-child-vertical-padding;
37
overflow: auto;
38
vertical-align: top;
39
list-style: none;
components/cascader/style/patch.less
@@ -1,5 +1,9 @@
1
+.ant-cascader-dropdown {
2
+ padding: 0;
3
+}
4
+
5
.ant-cascader-menus {
6
position: relative;
7
margin-top: 2px;
8
margin-bottom: 2px;
-}
9
0 commit comments