Update _tooltip.scss

This commit is contained in:
Vincent Fiduccia 2020-10-27 16:20:41 -07:00 committed by GitHub
parent 717acb62a6
commit d17da7726e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
display: block !important;
z-index: z-index('tooltip');
max-width: 450px;
max-width: 50vw;
.tooltip-inner {
background: var(--tooltip-bg);