.ui.form .field {
  & > .template-selector-label.template-selector-label-lifted {
    display: inline-block;
    position: relative;
    overflow: visible;

    & > .template-selector-required-label.ui.left.pointing.label {
      position: absolute;
      top: 0;
      left: calc(100% + 0.6666em);
      margin: 0;
      transform: translateY(-25%);
      white-space: nowrap;
      z-index: 1;
    }
  }
}
