Skip to content

Commit 5cf441c

Browse files
committed
fix: update image style syntax in MDX files to use object syntax for consistency
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent bcff875 commit 5cf441c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

content-learn/mastering-meshery/introduction-to-meshery/meshery/reviewing-designs.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,12 @@ By following these steps, you can create a thorough and collaborative review pro
115115
1. <h4 class="chapter-sub-heading">Pinning of Comments</h4>
116116

117117
<a href={pinningComments}>
118-
<img src={pinningComments} width="100%" align="center" style="max-height:40rem;object-fit:contain;" />
118+
<img
119+
src={pinningComments}
120+
width="100%"
121+
align="center"
122+
style={{ maxHeight: "40rem", objectFit: "contain" }}
123+
/>
119124
</a>
120125

121126
This image illustrates the feature of pinning comments to specific nodes within Kanvas. This functionality allows users to attach a comment to a particular node, ensuring that the comment remains associated with the node regardless of its position within the design. This is particularly useful for providing context-specific feedback or instructions that should always be visible alongside the relevant component. You can take a comment icon near to a node and it automatically gets pinned to that node.

0 commit comments

Comments
 (0)