From 651152173d0eeb53d4d8de504c906b1c08008b31 Mon Sep 17 00:00:00 2001 From: Steven Spriggs Date: Tue, 21 Mar 2023 16:19:04 -0400 Subject: [PATCH 1/4] fix(clipboard-copy): inline styles --- elements/pf-clipboard-copy/pf-clipboard-copy.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elements/pf-clipboard-copy/pf-clipboard-copy.css b/elements/pf-clipboard-copy/pf-clipboard-copy.css index b942738126..295220cc8a 100644 --- a/elements/pf-clipboard-copy/pf-clipboard-copy.css +++ b/elements/pf-clipboard-copy/pf-clipboard-copy.css @@ -10,6 +10,10 @@ pf-button { display: flex; } +.inline #wrapper { + display: inline-flex; +} + pf-button { height: 100%; } From 6a29f989b999a27981df59b55b00586b0bd781e9 Mon Sep 17 00:00:00 2001 From: Steven Spriggs Date: Tue, 21 Mar 2023 16:23:08 -0400 Subject: [PATCH 2/4] chore(clipboard-copy): add changeset --- .changeset/forty-lamps-fold.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/forty-lamps-fold.md diff --git a/.changeset/forty-lamps-fold.md b/.changeset/forty-lamps-fold.md new file mode 100644 index 0000000000..0e57df4da5 --- /dev/null +++ b/.changeset/forty-lamps-fold.md @@ -0,0 +1,5 @@ +--- +"@patternfly/elements": patch +--- + +``: Fixed inline variant styles, to `inline-flex` From 7eec1507e5de0c8f4354bafa7f89ca838df881f2 Mon Sep 17 00:00:00 2001 From: Steven Spriggs Date: Tue, 21 Mar 2023 16:35:50 -0400 Subject: [PATCH 3/4] chore(clipboard-copy): update changeset --- .changeset/forty-lamps-fold.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/forty-lamps-fold.md b/.changeset/forty-lamps-fold.md index 0e57df4da5..deb7907251 100644 --- a/.changeset/forty-lamps-fold.md +++ b/.changeset/forty-lamps-fold.md @@ -2,4 +2,4 @@ "@patternfly/elements": patch --- -``: Fixed inline variant styles, to `inline-flex` +``: fixed inline variant styles to `display: inline-flex` to prevent wrapping From a53413ce9fa5199f130a0fc899e2ac25101e2ff2 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Wed, 22 Mar 2023 12:05:57 +0200 Subject: [PATCH 4/4] Update .changeset/forty-lamps-fold.md --- .changeset/forty-lamps-fold.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/forty-lamps-fold.md b/.changeset/forty-lamps-fold.md index deb7907251..8d75e6d6da 100644 --- a/.changeset/forty-lamps-fold.md +++ b/.changeset/forty-lamps-fold.md @@ -2,4 +2,4 @@ "@patternfly/elements": patch --- -``: fixed inline variant styles to `display: inline-flex` to prevent wrapping +``: prevent component's internal layout from wrapping lines