diff --git a/js/lib/components/Dropdown.js b/js/lib/components/Dropdown.js
index c17d96745..027e91e82 100644
--- a/js/lib/components/Dropdown.js
+++ b/js/lib/components/Dropdown.js
@@ -90,7 +90,7 @@ export default class Dropdown extends Component {
getButtonContent() {
return [
this.props.icon ? icon(this.props.icon, {className: 'Button-icon'}) : '',
- {this.props.label}, ' ',
+ {this.props.label},
this.props.caretIcon ? icon(this.props.caretIcon, {className: 'Button-caret'}) : ''
];
}
diff --git a/less/lib/Dropdown.less b/less/lib/Dropdown.less
index b5a7c9b3e..3c093ede0 100755
--- a/less/lib/Dropdown.less
+++ b/less/lib/Dropdown.less
@@ -116,6 +116,7 @@
}
.Dropdown-toggle .Button-caret {
display: inline;
+ margin: 0;
}
&.itemCount1 {