Skip to content

Commit

Permalink
Manually added CSS class definition for .material-icons:
Browse files Browse the repository at this point in the history
- For reasons unknown, the definition has disappeard recently.
- We should look into this further, but to fix it as quickly as possible, I'm adding it manually for now.
  • Loading branch information
jacobwod committed Aug 14, 2023
1 parent c70b1c0 commit 6b6429a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions new-client/public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,20 @@ body {
.introjs-tooltip {
min-width: 280px !important;
}

.material-icons {
word-wrap: normal;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
direction: ltr;
display: inline-block;
font-family: Material Icons;
font-size: 24px;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-height: 1;
text-transform: none;
white-space: nowrap;
}

0 comments on commit 6b6429a

Please sign in to comment.