Skip to content

Commit

Permalink
Merge pull request #1962 from storybooks/fix-header-wrapping
Browse files Browse the repository at this point in the history
Fix sidebar header wrapping
  • Loading branch information
Hypnosphi authored Oct 4, 2017
2 parents 5c0e443 + c2884d5 commit f5ae89d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/ui/src/modules/ui/components/left_panel/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const wrapperStyle = {
background: '#F7F7F7',
marginBottom: 10,
display: 'flex',
height: 27,
};

const headingStyle = {
Expand All @@ -16,8 +15,9 @@ const headingStyle = {
fontSize: '12px',
fontWeight: 'bolder',
color: '#828282',
textAlign: 'center',
cursor: 'pointer',
padding: 0,
padding: '5px',
margin: 0,
overflow: 'hidden',
};
Expand All @@ -37,6 +37,7 @@ const shortcutIconStyle = {
backgroundColor: 'inherit',
outline: 0,
width: 30,
flexShrink: 0,
};

const linkStyle = {
Expand Down

0 comments on commit f5ae89d

Please sign in to comment.