Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
.ws-docs-content-img {
display:flex;
text-align: center;
margin-inline: auto;
width: 100%;
max-width: 700px;

iframe {
height: 500px
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use an overflow menu when a space constraint makes it impossible to display all
- Use an overflow menu within a card component to present additional menu options or provide action links.

<div class="ws-docs-content-img">
![image showing card overflow](./img/card-overflow.svg)
<iframe style="border: 1px solid rgba(0, 0, 0, 0.1);" width="700" height="500" src="https://embed.figma.com/design/sgafF2ibAiGVW5X2EPEW9T/PatternFly-6--Design-guidelines-assets?node-id=1566-10683&m=dev&embed-host=share" allowfullscreen></iframe>
</div>


Expand Down