diff --git a/frontend/public/style/_overrides.scss b/frontend/public/style/_overrides.scss index 06d28910f2e..ff59c14995f 100644 --- a/frontend/public/style/_overrides.scss +++ b/frontend/public/style/_overrides.scss @@ -115,10 +115,6 @@ form.pf-c-form { text-align: left; // override default .pf-c-button text centering } -.pf-c-button.pf-m-link { - white-space: normal; // override default .pf-c-button to enable wrapping -} - .pf-c-button.pf-m-link--align-left { --pf-c-button--PaddingLeft: 0; }