@redhat-cloud-services/frontend-components 3.4.11 → 3.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -51,9 +51,6 @@
|
|
|
51
51
|
.ins-c-conditional-filter .pf-c-select__toggle-badge {
|
|
52
52
|
display: none;
|
|
53
53
|
}
|
|
54
|
-
.ins-c-conditional-filter .pf-c-menu-toggle {
|
|
55
|
-
padding: 0;
|
|
56
|
-
}
|
|
57
54
|
.ins-c-conditional-filter .pf-c-menu-toggle .pf-c-menu-toggle__text {
|
|
58
55
|
flex: 1;
|
|
59
56
|
}
|
|
@@ -64,6 +61,7 @@
|
|
|
64
61
|
.pf-c-menu.ins-c-menu__scrollable {
|
|
65
62
|
max-height: 416px;
|
|
66
63
|
overflow-y: auto;
|
|
64
|
+
min-width: initial;
|
|
67
65
|
}
|
|
68
66
|
.pf-c-menu .ins-c-menu__show--more {
|
|
69
67
|
background: none;
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.pf-c-menu-toggle {
|
|
64
|
-
padding: 0;
|
|
65
64
|
.pf-c-menu-toggle__text {
|
|
66
65
|
flex: 1;
|
|
67
66
|
input { border: none; }
|
|
@@ -73,6 +72,7 @@
|
|
|
73
72
|
&.ins-c-menu__scrollable {
|
|
74
73
|
max-height: 416px;
|
|
75
74
|
overflow-y: auto;
|
|
75
|
+
min-width: initial;
|
|
76
76
|
}
|
|
77
77
|
.ins-c-menu__show--more {
|
|
78
78
|
background: none;
|
package/index.css
CHANGED
|
@@ -122,9 +122,6 @@ i.ins-battery svg {
|
|
|
122
122
|
.ins-c-conditional-filter .pf-c-select__toggle-badge {
|
|
123
123
|
display: none;
|
|
124
124
|
}
|
|
125
|
-
.ins-c-conditional-filter .pf-c-menu-toggle {
|
|
126
|
-
padding: 0;
|
|
127
|
-
}
|
|
128
125
|
.ins-c-conditional-filter .pf-c-menu-toggle .pf-c-menu-toggle__text {
|
|
129
126
|
flex: 1;
|
|
130
127
|
}
|
|
@@ -135,6 +132,7 @@ i.ins-battery svg {
|
|
|
135
132
|
.pf-c-menu.ins-c-menu__scrollable {
|
|
136
133
|
max-height: 416px;
|
|
137
134
|
overflow-y: auto;
|
|
135
|
+
min-width: initial;
|
|
138
136
|
}
|
|
139
137
|
.pf-c-menu .ins-c-menu__show--more {
|
|
140
138
|
background: none;
|