mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Some more style tweaks
This commit is contained in:
parent
5b568dc5dd
commit
beef00eae1
@ -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>
|
||||
|
@ -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) && (
|
||||
|
Loading…
Reference in New Issue
Block a user