Skip to content

Commit

Permalink
fixes #2167 add max-width for storage tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
LintyDev committed Jun 11, 2024
1 parent 0fb7ee0 commit badc7c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/themes/default/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,7 @@ a.stat-box:hover {

.storage-tooltips .tooltip {
min-width: 265px;
max-width: 400px;
padding: 15px 20px;
}

Expand Down

0 comments on commit badc7c7

Please sign in to comment.