torchci/components/TooltipTarget.module.css [11:20]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  padding: 5px 0;
  border-radius: 6px;
  cursor: default;

  position: absolute;
  z-index: 1;
  top: calc(100% + 5px);
  left: calc(100% + 5px);
  white-space: nowrap;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



torchci/components/TooltipTarget.module.css [24:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  padding: 5px 0;
  border-radius: 6px;
  cursor: default;

  position: absolute;
  z-index: 1;
  top: calc(100% + 5px);
  left: calc(100% + 5px);
  white-space: nowrap;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



