Skip to content

Commit

Permalink
Update instancePage.module.scss
Browse files Browse the repository at this point in the history
Add `word-break: break-all;` to `.databaseCard` element to fix issue of long database names not wrapping.
  • Loading branch information
Darkle authored and jaclarke committed Jul 19, 2023
1 parent 051ffcb commit f8b4898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/instancePage/instancePage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
.databaseCard {
background: var(--app-card-bg);
border: 2px solid var(--app-card-bg);
word-break: break-all;

span {
font-weight: bold;
Expand Down

0 comments on commit f8b4898

Please sign in to comment.