Skip to content

Commit

Permalink
fix font for placeholder & matrixx column (#6715)
Browse files Browse the repository at this point in the history
Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
  • Loading branch information
OlgaLarina and OlgaLarina committed Aug 15, 2023
1 parent ced43f0 commit bd93652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/defaultV2-theme/blocks/sd-dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,13 @@
}

.sd-dropdown__filter-string-input::placeholder {
font-family: var(--font-family, $font-family);
font-size: calcFontSize(1);
color: $foreground;
width: 100%;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
line-height: calcLineHeight(1.5);
appearance: none;
}

Expand Down
4 changes: 2 additions & 2 deletions src/defaultV2-theme/blocks/sd-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@

.sd-table__cell--header {
span {
font-size: calcFontSize(1);
line-height: calcFontSize(1.5);
font-size: $font-editorfont-size;
line-height: multiply(1.5, $font-editorfont-size);
}
}

Expand Down

0 comments on commit bd93652

Please sign in to comment.