Skip to content

Commit 43eb2ba

Browse files
committed
feat(high contrast): fix horizontal scroll
1 parent b1fdfc5 commit 43eb2ba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/module/sass/react-catalog-view-extension/_vertical-tabs.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
> a {
2222
color: var( --pf-t--global--text--color--regular);
2323
text-decoration: none;
24-
display: inline-block;
24+
display: block;
2525
margin-inline-start: var(--pf-t--global--spacer--md);
2626
padding: var(--pf-t--global--spacer--xs) var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--xs) var(--pf-t--global--spacer--sm);
2727
vertical-align: top;
28-
width: 100%;
2928
word-break: break-word;
3029
border-radius: var(--pf-t--global--border--radius--small);
3130
position: relative;

packages/module/src/components/react-catalog-view-extension.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)