rsuite 5.34.0 → 5.34.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3892,7 +3892,7 @@ tbody.rs-anim-collapse.rs-anim-in {
3892
3892
  vertical-align: middle;
3893
3893
  font-weight: normal;
3894
3894
  margin-top: 0;
3895
- margin-left: 10px;
3895
+ margin-right: 10px;
3896
3896
  }
3897
3897
  .rs-plaintext .rs-checkbox-inline:first-child {
3898
3898
  margin-left: 0;
@@ -4057,12 +4057,14 @@ label:hover .rs-checkbox-wrapper .rs-checkbox-inner::before {
4057
4057
  -ms-flex-direction: column;
4058
4058
  flex-direction: column;
4059
4059
  }
4060
+ .rs-checkbox-group > .rs-checkbox {
4061
+ margin-left: -10px;
4062
+ }
4060
4063
  .rs-checkbox-group-inline {
4061
4064
  -webkit-box-orient: horizontal;
4062
4065
  -webkit-box-direction: normal;
4063
4066
  -ms-flex-direction: row;
4064
4067
  flex-direction: row;
4065
- margin-left: -10px;
4066
4068
  }
4067
4069
  .rs-picker-check-menu-items {
4068
4070
  margin-bottom: 6px;
@@ -12508,7 +12510,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
12508
12510
  vertical-align: middle;
12509
12511
  font-weight: normal;
12510
12512
  margin-top: 0;
12511
- margin-left: 10px;
12513
+ margin-right: 10px;
12512
12514
  }
12513
12515
  .rs-plaintext .rs-radio-inline:first-child {
12514
12516
  margin-left: 0;
@@ -12658,12 +12660,14 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
12658
12660
  -ms-flex-direction: column;
12659
12661
  flex-direction: column;
12660
12662
  }
12663
+ .rs-radio-group > .rs-radio {
12664
+ margin-left: -10px;
12665
+ }
12661
12666
  .rs-radio-group-inline {
12662
12667
  -webkit-box-orient: horizontal;
12663
12668
  -webkit-box-direction: normal;
12664
12669
  -ms-flex-direction: row;
12665
12670
  flex-direction: row;
12666
- margin-left: -10px;
12667
12671
  }
12668
12672
  .rs-radio-group-picker {
12669
12673
  display: -webkit-inline-box;