Skip to content

Commit

Permalink
[unified_doc_viewer / unified_search] clean up SASS compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Nov 4, 2024
1 parent 494a1df commit 928c5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

& [data-gridcell-column-id='pin_field'] .euiDataGridRowCell__content {
padding: $euiSizeXS / 2 0 0 $euiSizeXS;
padding: calc($euiSizeXS / 2) 0 0 $euiSizeXS;
}

.kbnDocViewer__fieldsGrid__pinAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.globalFilterItem {
line-height: $euiSize;
color: $euiTextColor;
padding-block: $euiSizeM / 2;
padding-block: calc($euiSizeM / 2);
white-space: normal; /* 1 */

&:not(.globalFilterItem-isDisabled) {
Expand Down

0 comments on commit 928c5fa

Please sign in to comment.