Skip to content

Commit

Permalink
Merge branch 'main' into fix/powerbi-styling-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas authored May 8, 2024
2 parents d8133d0 + 1f414f8 commit 3d1356e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"conventionalCommits.scopes": ["Workspace-react", "all", "garden"],
"conventionalCommits.scopes": [
"Workspace-react",
"all",
"garden",
"power-bi"
],
"markdownlint.config": {
"MD033": {
"allowed_elements": ["a", "p", "img"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const LoadedReport = ({ config, onReportReady }: LoadedReportProps) => {

const StyledAspectRatio = styled.div<{ width: number }>`
height: ${({ width }) => `${defaultAspectRatio * width}px`};
max-height: calc(100% - 5px);
`;

const PowerBiWrapper = styled.div.attrs({
Expand Down

0 comments on commit 3d1356e

Please sign in to comment.