@festo-ui/web-essentials 8.2.0-dev.577 → 8.2.0-dev.579

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.
@@ -3759,12 +3759,16 @@ label.fwe-radio {
3759
3759
  cursor: pointer;
3760
3760
  display: flex;
3761
3761
  align-items: center;
3762
- white-space: nowrap;
3763
3762
  vertical-align: middle;
3764
3763
  -webkit-user-select: none;
3765
3764
  -moz-user-select: none;
3766
3765
  user-select: none;
3767
3766
  }
3767
+ label.fwe-radio .fwe-radio-check {
3768
+ display: flex;
3769
+ align-self: start;
3770
+ margin-top: 4px;
3771
+ }
3768
3772
  label.fwe-radio .fwe-radio-checkmark {
3769
3773
  position: relative;
3770
3774
  height: 16px;