mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 04:13:13 +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;
|
||||
top: -7px;
|
||||
left: -7px;
|
||||
right: -7px;
|
||||
right: 0;
|
||||
bottom: -7px;
|
||||
content: ' ';
|
||||
opacity: 0.0001;
|
||||
|
Loading…
Reference in New Issue
Block a user