Some more style tweaks

This commit is contained in:
Gregory Schier 2017-06-16 15:38:09 -07:00
parent 5b568dc5dd
commit beef00eae1
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ class ContentTypeDropdown extends PureComponent {
render () { render () {
const {children, className, ...extraProps} = this.props; const {children, className, ...extraProps} = this.props;
return ( return (
<Dropdown debug="true" {...extraProps}> <Dropdown beside {...extraProps}>
<DropdownButton className={className}> <DropdownButton className={className}>
{children} {children}
</DropdownButton> </DropdownButton>

View File

@ -51,7 +51,7 @@ class EnvironmentsDropdown extends PureComponent {
} }
return ( return (
<Dropdown {...other} className={classnames(className, 'wide')}> <Dropdown {...other} className={className}>
<DropdownButton className="btn btn--super-compact no-wrap"> <DropdownButton className="btn btn--super-compact no-wrap">
<div className="sidebar__menu__thing"> <div className="sidebar__menu__thing">
{(!activeEnvironment && subEnvironments.length > 0) && ( {(!activeEnvironment && subEnvironments.length > 0) && (