ux-tooltip {
  .tooltip {
    position: static;

    &.right {
      padding: 0 2px;
    }

    &.bottom {
      padding: 2px 0;
    }
  }
}
