Browse Source

fix material-symbols-outlined styles

Shun Miyazawa 2 years ago
parent
commit
034643e462
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apps/app/src/styles/_fonts.scss

+ 2 - 0
apps/app/src/styles/_fonts.scss

@@ -6,6 +6,7 @@
 
 
 .material-symbols-outlined {
 .material-symbols-outlined {
   display: inline-block;
   display: inline-block;
+  padding-bottom: 3px;
   font-family: var(--grw-font-family-material-symbols-outlined);
   font-family: var(--grw-font-family-material-symbols-outlined);
   font-size: 24px;  /* Preferred icon size */
   font-size: 24px;  /* Preferred icon size */
   font-style: normal;
   font-style: normal;
@@ -15,6 +16,7 @@
   letter-spacing: normal;
   letter-spacing: normal;
   word-wrap: normal;
   word-wrap: normal;
   white-space: nowrap;
   white-space: nowrap;
+  vertical-align: middle;
   direction: ltr;
   direction: ltr;
 
 
   &.fill {
   &.fill {