fix(tooltip): inconsistent tooltip component EE-2472 (#6508)

* Fixed tooltip styling

* match old tooltip styling

* Match font size
pull/6514/head
testA113 2022-02-02 08:42:19 +13:00 committed by GitHub
parent 6f6f78fbe5
commit ad7f87122d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
border: 1px solid var(--border-tooltip-color) !important;
border-radius: 0.14285714rem !important;
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
max-width: 200px;
text-align: center;
font-size: 12px !important;
}
.icon {