Skip to content

Commit

Permalink
chore: changes according to the review
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Feb 15, 2024
1 parent 1f1da7c commit 78fe86b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"marked": "^7.0.2",
"monaco-editor": "^0.41.0",
"plotly.js-dist-min": "^2.22.0",
"remixicon": "4.1.0",
"remixicon": "*",
"typescript": "^5.0.4",
"vega": "^5.22.1",
"vega-embed": "^6.22.1",
Expand Down
1 change: 0 additions & 1 deletion ui/src/core_components/CoreIFrame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ function handleLoad(ev) {
height: 100%;
display: block;
margin: auto;
border-radius: 12px;
border: 1px solid var(--separatorColor);
}
Expand Down

1 comment on commit 78fe86b

@ramedina86
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for teaching me package.json, looks like I've been using it wrong 🙏

Can you remove border-radius from mask too?

Please sign in to comment.