.switch-checkbox-view {
  display: flex;
  align-items: center;

  .switch-checkbox-view-label {
    flex: 0 0 @zaui-form-label-width;
    overflow: initial;
    line-height: 1;
    white-space: pre-wrap;
    color: var(--zaui-aide-text, #939599);
  }
}
