🐛 remove right padding in dropdown, close ant-design/ant-design-pro#3161

This commit is contained in:
afc163 2018-12-19 16:04:50 +08:00
parent f706e2554f
commit 3aeca7c10e
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -15,7 +15,7 @@
position: absolute;
top: -7px;
left: -7px;
right: -7px;
right: 0;
bottom: -7px;
content: ' ';
opacity: 0.0001;