Skip to content

Commit

Permalink
Fix dialog width
Browse files Browse the repository at this point in the history
  • Loading branch information
Perkovec committed Aug 28, 2016
1 parent b5bd0c5 commit a76900f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/content/components/SideBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const tags = {
topSideBarStyle: { height: '100%', overflow: 'auto' },
listStyle: { width: '100%' },
h4Style: { margin: 0 },
dialogStyle: { width: 300 },
dialogStyle: { width: 310 },
};

class SideBar extends React.Component {
Expand Down
2 changes: 1 addition & 1 deletion src/content/components/SideBarBotProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const shallowCompare = require('react-addons-shallow-compare');
const tags = {
circProgressStyle: { marginTop: -5 },
origin: { horizontal: 'right', vertical: 'top' },
dialogStyle: { width: 300 },
dialogStyle: { width: 310 },
};

class SideBarBotProfile extends React.Component {
Expand Down
2 changes: 1 addition & 1 deletion src/content/components/SideBarChannels.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const MoreVertIcon = require('material-ui/svg-icons/navigation/more-vert').defau
const shallowCompare = require('react-addons-shallow-compare');

const tags = {
dialogStyle: { width: 300 },
dialogStyle: { width: 310 },
};

class SideBarChannels extends React.Component {
Expand Down

0 comments on commit a76900f

Please sign in to comment.