Skip to content

Commit

Permalink
Merge pull request #843 from cboard-org/selectable-text-popup
Browse files Browse the repository at this point in the history
Selectable text popup
  • Loading branch information
martinbedouret authored Feb 24, 2021
2 parents 225b504 + 5bfde0f commit f1080d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,7 @@
.CommunicatorDialog__imageDialog__content img {
max-width: 300px;
}

.CommunicatorDialog__boardInfoDialog {
user-select: text;
}
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ class CommunicatorDialogBoardItem extends React.Component {
onClose={this.handleDialogClose.bind(this)}
aria-labelledby="board-info-title"
open={this.state.openBoardInfo}
className = "CommunicatorDialog__boardInfoDialog"
>
<DialogTitle
id="board-info-title"
Expand Down

0 comments on commit f1080d5

Please sign in to comment.