We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6578898 commit d0f13a2Copy full SHA for d0f13a2
2 files changed
src/button/docs/style.less
@@ -2,6 +2,9 @@
2
margin-right: 8px;
3
margin-bottom: 12px;
4
}
5
+.santd-btn-group {
6
+ margin-right: 8px;
7
+}
8
.santd-btn-group > .santd-btn {
9
margin-right: 0;
10
src/dropdown/style/index.less
@@ -200,6 +200,13 @@
200
201
202
203
+.@{dropdown-prefix-cls}-trigger {
204
+ letter-spacing: -3px;
205
+ span {
206
+ letter-spacing: 0;
207
+ }
208
209
+
210
.@{dropdown-prefix-cls}-trigger,
211
.@{dropdown-prefix-cls}-link {
212
.@{iconfont-css-prefix}.@{iconfont-css-prefix}-down {
0 commit comments