Skip to content

Commit

Permalink
fix: tooltip max width
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-conde committed Nov 25, 2024
1 parent 5a31d96 commit 469f15c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ h3 {

.tooltip .tooltip-text {
visibility: hidden;
max-width: 500px;
width: 500px;
background-color: rgba(92, 103, 143, 0.8);
color: white;
Expand Down

0 comments on commit 469f15c

Please sign in to comment.