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 () {
const {children, className, ...extraProps} = this.props;
return (
<Dropdown debug="true" {...extraProps}>
<Dropdown beside {...extraProps}>
<DropdownButton className={className}>
{children}
</DropdownButton>

View File

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