.editor-set-tip-size.editor-radio-group {
  display: flex !important;
  flex: 1;
}
.editor-set-tip-size.editor-radio-group label.editor-radio-button-wrapper {
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: center;
}
.editor-set-tip-size.editor-radio-group .editor-radio-button-wrapper:not( .editor-radio-button-wrapper-checked:not(.editor-radio-button-wrapper-disabled)) {
  color: rgba(0, 0, 0, 0.65);
}
