Increase tooltips left and right padding

This commit is contained in:
Giuseppe Criscione 2021-07-22 17:19:36 +02:00
parent a88efbf08a
commit c5505cd37e
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -352,7 +352,7 @@ $notification-animation-easing: cubic-bezier(0.4, 0, 0.2, 1);
// Tooltip
// ===
$tooltip-padding: 0.25rem;
$tooltip-padding: 0.25rem 0.5rem;
$tooltip-min-width: 2rem;
$tooltip-background-color: rgba($color-base-100, 0.8);