Skip to content

Commit 77ce9f7

Browse files
fix(clipboard-copy): inline styles (#2434)
* fix(clipboard-copy): inline styles * chore(clipboard-copy): add changeset * chore(clipboard-copy): update changeset * Update .changeset/forty-lamps-fold.md --------- Co-authored-by: Benny Powers <[email protected]>
1 parent b8856fb commit 77ce9f7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/forty-lamps-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@patternfly/elements": patch
3+
---
4+
5+
`<pf-clipboard-copy>`: prevent component's internal layout from wrapping lines

elements/pf-clipboard-copy/pf-clipboard-copy.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ pf-button {
1010
display: flex;
1111
}
1212

13+
.inline #wrapper {
14+
display: inline-flex;
15+
}
16+
1317
pf-button {
1418
height: 100%;
1519
}

0 commit comments

Comments
 (0)