Skip to content

Commit

Permalink
Small fix on share dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 17, 2022
1 parent 9f93643 commit 5fba29c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class NewCellsList extends React.Component {
let addToCellMenu;
if(addItems.length){
const {muiTheme} = this.props;
addToCellMenu = <span>
addToCellMenu = <span id={"share-dialog-addtocell-menu"}>
<FlatButton
iconClassName={"icomoon-cells-full-plus"}
style={{width: '100%'}}
Expand Down

0 comments on commit 5fba29c

Please sign in to comment.