Skip to content

Commit

Permalink
More settings tip: add explicit font size.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Dec 20, 2023
1 parent cf2950e commit 5321eae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
}

.block-editor-inspector-controls-tabs__hint {
align-items: top;
align-items: flex-start;
background: $gray-100;
border-radius: $radius-block-ui;
color: $gray-900;
display: flex;
flex-direction: row;
margin: $grid-unit-20;
font-size: $default-font-size;
}

.block-editor-inspector-controls-tabs__hint-content {
Expand Down

0 comments on commit 5321eae

Please sign in to comment.