Revert "set tooltip width so div is centered around triggering element (#15542)" (#17580)

This reverts commit c06b44584d.
This commit is contained in:
Joe Fleming 2018-04-11 08:56:07 -07:00 committed by Joe Fleming
parent d9c72db7a7
commit 0ffb38560a
2 changed files with 0 additions and 6 deletions

View file

@ -4,7 +4,6 @@
@import (reference) "~ui/styles/bootstrap/bootstrap";
@import "./react-input-range";
@import "./react-select";
@import "./pui_react";
.small {
font-size: 0.9em !important;

View file

@ -1,5 +0,0 @@
// React 16 pushes tooltip to far left of page
// Providing width corrects the problem and centers tooltip over triggering element
.tooltip {
width: 1px;
}