Revert "Temporarily hide the font dropdown"

This commit is contained in:
Ray Schamp 2018-05-21 10:05:43 -04:00 committed by GitHub
parent ba7147a4c4
commit 3df9c0862d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -21,7 +21,3 @@
.mod-labeled-icon-height { .mod-labeled-icon-height {
height: 2.85rem; /* for the second row so the dashed borders are equal in size */ height: 2.85rem; /* for the second row so the dashed borders are equal in size */
} }
.font-dropdown {
display: none;
}

View file

@ -190,7 +190,7 @@ const ModeToolsComponent = props => {
case Modes.TEXT: case Modes.TEXT:
return ( return (
<div className={classNames(props.className, styles.modeTools)}> <div className={classNames(props.className, styles.modeTools)}>
<InputGroup className={styles.fontDropdown}> <InputGroup>
<FontDropdown <FontDropdown
onUpdateImage={props.onUpdateImage} onUpdateImage={props.onUpdateImage}
/> />