We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c930fa7 commit 1303d66Copy full SHA for 1303d66
src/components/font-dropdown/font-dropdown.css
@@ -24,6 +24,10 @@
24
display: flex;
25
flex-direction: column;
26
}
27
+.font-context-menu {
28
+ display: grid;
29
+ grid-template-columns: auto auto auto;
30
+}
31
32
.mod-unselect {
33
user-select: none;
src/components/font-dropdown/font-dropdown.jsx
@@ -29,7 +29,7 @@ const ModeToolsComponent = props => (
className={classNames(styles.modUnselect, styles.fontDropdown)}
enterExitTransitionDurationMs={60}
popoverContent={
- <InputGroup className={styles.modContextMenu}>
+ <InputGroup className={styles.fontContextMenu}>
<Button
34
className={classNames(styles.modMenuItem)}
35
onClick={props.onChoose}
0 commit comments