Skip to content

Commit

Permalink
Merge pull request #1170 from zillding/master
Browse files Browse the repository at this point in the history
Fix addon panel layout styling
  • Loading branch information
ndelangen authored Jun 2, 2017
2 parents 3868a54 + 56e596f commit 93bd3df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/src/modules/ui/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const downPanelStyle = downPanelInRight => ({
display: 'flex',
flexDirection: downPanelInRight ? 'row' : 'column',
alignItems: 'stretch',
position: 'absolute',
width: '100%',
height: '100%',
padding: downPanelInRight ? '5px 10px 10px 0' : '0px 10px 10px 0',
Expand Down

0 comments on commit 93bd3df

Please sign in to comment.