// adduse

.dx-tooltip-wrapper {
  .dx-overlay-content {
    min-width: 34px;
    min-height: 26px;
    text-align: center;
    line-height: 0;

    &::before {
      display: inline-block;
      height: 100%;
      content: '';
      vertical-align: middle;
    }

    .dx-popup-content {
      display: inline-block;
      padding: 12px 17px;
      font-size: 0.85em;
      line-height: normal;
      white-space: nowrap;
    }
  }
}
