mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-26 22:31:46 +08:00
🐛 remove right padding in dropdown, close ant-design/ant-design-pro#3161
This commit is contained in:
parent
f706e2554f
commit
3aeca7c10e
@ -15,7 +15,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: -7px;
|
top: -7px;
|
||||||
left: -7px;
|
left: -7px;
|
||||||
right: -7px;
|
right: 0;
|
||||||
bottom: -7px;
|
bottom: -7px;
|
||||||
content: ' ';
|
content: ' ';
|
||||||
opacity: 0.0001;
|
opacity: 0.0001;
|
||||||
|
Loading…
Reference in New Issue
Block a user