Skip to content

Commit

Permalink
fix overflow in widget title
Browse files Browse the repository at this point in the history
  • Loading branch information
yfanti committed May 28, 2024
1 parent 62facab commit 7916204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
justify-content: center;
font-size: 16px;
text-decoration: underline;
white-space: nowrap;
overflow: hidden;
}

.links {
Expand Down

0 comments on commit 7916204

Please sign in to comment.