Merge pull request '[develop]: Increase size of tooltip to 300px (200px)' (#15) from develop into master

Reviewed-on: #15
This commit is contained in:
Konstantinos Triantafyllou 2024-06-26 13:48:20 +02:00
commit 55765bf082
1 changed files with 1 additions and 0 deletions

View File

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