Skip to content

Commit

Permalink
Merge v0.1.3
Browse files Browse the repository at this point in the history
Merge v0.1.3
  • Loading branch information
MateuszWkDev authored Nov 29, 2021
2 parents 302ef93 + e67c71e commit 273574b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radical-studio-mvp",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@emotion/react": "11.7.0",
Expand Down
4 changes: 2 additions & 2 deletions src/data/metamodels/c4/c4Metamodel.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const c4Metamodel = {
targets: ['System', 'Container', 'Component', 'External System'],
},
{
sources: ['System', 'Container', 'Component'],
targets: ['Database'],
sources: ['System', 'Container', 'Component', 'External System'],
targets: ['Database', 'Actor'],
},
],
attributes: ['technology', 'description'],
Expand Down
5 changes: 4 additions & 1 deletion src/view/components/EditableLabel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,13 @@ const EditableLabel = ({
/>
) : (
<Typography
noWrap
sx={{
width, // workaround for https://github.com/bubkoo/html-to-image/issues/132
pointerEvents: 'all',
display: '-webkit-box',
overflow: 'hidden',
WebkitBoxOrient: 'vertical',
WebkitLineClamp: 2,
}}
onDoubleClick={startEditCallback}
variant={variant}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const composedIconStyle = {
position: 'absolute',
width: 20,
height: 20,
right: 15,
left: 15,
top: 10,
};
const smartPortStyle = {
Expand Down

0 comments on commit 273574b

Please sign in to comment.