Skip to content

Commit

Permalink
Merge pull request #801 from OpenSourceBrain/feature/769
Browse files Browse the repository at this point in the history
769 Add resources to workspace dialog - buttons not shown properly
  • Loading branch information
filippomc authored Nov 8, 2023
2 parents 7d37cb8 + a7a51cd commit 08e7ba9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@ const styles = {
padding: "0.6rem",
},
},
"& .MuiTable-root": {
tableLayout: 'fixed'
},
"& .MuiTypography-h5": {
wordWrap: 'break-word'
}
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,12 @@ export const WorkspaceFromRepository = ({
width: 2,
height: 2,
},
"& .MuiTable-root": {
tableLayout: 'fixed'
},
"& .MuiTypography-h5": {
wordWrap: 'break-word'
}
}}
>
<Repositories
Expand Down

0 comments on commit 08e7ba9

Please sign in to comment.