Skip to content

Commit

Permalink
🐛 remove right padding in dropdown, close ant-design/ant-design-pro#3161
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 19, 2018
1 parent f706e25 commit 3aeca7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dropdown/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
position: absolute;
top: -7px;
left: -7px;
right: -7px;
right: 0;
bottom: -7px;
content: ' ';
opacity: 0.0001;
Expand Down

0 comments on commit 3aeca7c

Please sign in to comment.