We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b726844 commit 3a998b0Copy full SHA for 3a998b0
pkg/lib/patternfly/patternfly-5-overrides.scss
@@ -87,6 +87,12 @@ select.pf-v5-c-form-control {
87
margin-inline-end: 0;
88
}
89
90
+// Fix menus cropping contents
91
+// https://github.com/patternfly/patternfly/issues/6565
92
+.pf-v5-c-menu__item-text {
93
+ overflow: visible;
94
+}
95
+
96
// The default gap between the rows in horizontal lists is too large
97
.pf-v5-c-description-list.pf-m-horizontal-on-sm,
98
.pf-v5-c-description-list.pf-m-horizontal {
0 commit comments