[develop]: Increase size of tooltip to 300px (200px)

This commit is contained in:
Konstantinos Triantafyllou 2024-06-25 15:25:03 +03:00
parent c7848e0107
commit b4d09b7cd9
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
@tooltip-background: @global-background; @tooltip-background: @global-background;
@tooltip-max-width: 300px;
@tooltip-border-radius: @global-small-border-radius; @tooltip-border-radius: @global-small-border-radius;
@tooltip-color: @global-color; @tooltip-color: @global-color;
@tooltip-padding-horizontal: 20px; @tooltip-padding-horizontal: 20px;