Skip to content

Commit

Permalink
style: add select dropdown group RTL padding (#22584)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg authored Mar 25, 2020
1 parent ee78492 commit 95ae1ce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/select/style/rtl.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@
direction: rtl;
}
}

// ========================= Options =========================
&-item {
&-option {
&-grouped {
.@{select-prefix-cls}-dropdown-rtl & {
padding-right: @control-padding-horizontal * 2;
padding-left: @control-padding-horizontal;
}
}
}
}
}

// multiple
Expand Down

0 comments on commit 95ae1ce

Please sign in to comment.