integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

INTLY-3307: Revert PF4 clipboardCopy component to old custom component #507

Closed mfrances17 closed 5 years ago

mfrances17 commented 5 years ago

Motivation

INTLY-3307 - the PF4 clipboardCopy component is not rendering indentation correctly, which makes formatted text like code examples very difficult to read/follow.

What

Reverted the clipboardCopy component to the old custom component that Integreatly was using prior to updating to the PF4 component.

Why

It will fix the code examples and multiline copyable text so that line indents are preserved.

Verification Steps

  1. Proceed through a walkthrough until you get to a multiline formatted code example.
  2. Verify that the line indents now appear correctly.

Checklist:

Progress

Additional Notes

Before: clipCopy_before

After: clipCopy_after