@redhat-cloud-services/frontend-components 4.2.16 → 4.2.17

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.
@@ -9,7 +9,9 @@
9
9
  }
10
10
  .ins-c-tagfilter .ins-c-tagfilter__option label .pf-v5-c-badge {
11
11
  margin-left: auto;
12
- padding-top: 0.2;
12
+ display: flex;
13
+ align-items: center;
14
+ justify-content: center;
13
15
  }
14
16
  .ins-c-tagfilter .pf-v5-c-select__menu-group-title:empty {
15
17
  display: none;
@@ -9,7 +9,9 @@
9
9
  }
10
10
  .pf-v5-c-badge {
11
11
  margin-left: auto;
12
- padding-top: 0.2;
12
+ display: flex;
13
+ align-items: center;
14
+ justify-content: center;
13
15
  }
14
16
  }
15
17
  .pf-v5-c-select__menu-group-title:empty { display: none; }
@@ -9,7 +9,9 @@
9
9
  }
10
10
  .ins-c-tagfilter .ins-c-tagfilter__option label .pf-v5-c-badge {
11
11
  margin-left: auto;
12
- padding-top: 0.2;
12
+ display: flex;
13
+ align-items: center;
14
+ justify-content: center;
13
15
  }
14
16
  .ins-c-tagfilter .pf-v5-c-select__menu-group-title:empty {
15
17
  display: none;
@@ -9,7 +9,9 @@
9
9
  }
10
10
  .pf-v5-c-badge {
11
11
  margin-left: auto;
12
- padding-top: 0.2;
12
+ display: flex;
13
+ align-items: center;
14
+ justify-content: center;
13
15
  }
14
16
  }
15
17
  .pf-v5-c-select__menu-group-title:empty { display: none; }
package/esm/index.css CHANGED
@@ -210,7 +210,9 @@ button.pf-v5-c-menu-toggle {
210
210
  }
211
211
  .ins-c-tagfilter .ins-c-tagfilter__option label .pf-v5-c-badge {
212
212
  margin-left: auto;
213
- padding-top: 0.2;
213
+ display: flex;
214
+ align-items: center;
215
+ justify-content: center;
214
216
  }
215
217
  .ins-c-tagfilter .pf-v5-c-select__menu-group-title:empty {
216
218
  display: none;
package/index.css CHANGED
@@ -210,7 +210,9 @@ button.pf-v5-c-menu-toggle {
210
210
  }
211
211
  .ins-c-tagfilter .ins-c-tagfilter__option label .pf-v5-c-badge {
212
212
  margin-left: auto;
213
- padding-top: 0.2;
213
+ display: flex;
214
+ align-items: center;
215
+ justify-content: center;
214
216
  }
215
217
  .ins-c-tagfilter .pf-v5-c-select__menu-group-title:empty {
216
218
  display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/frontend-components",
3
- "version": "4.2.16",
3
+ "version": "4.2.17",
4
4
  "description": "Common components for RedHat Cloud Services project.",
5
5
  "main": "index.js",
6
6
  "module": "esm/index.js",