Add comment to css change
This commit is contained in:
parent
caa3847990
commit
ee81385626
3 changed files with 2 additions and 3 deletions
|
|
@ -671,8 +671,7 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
items:
|
||||
$ref: "#/components/schemas/RecommendationsResponse"
|
||||
$ref: "#/components/schemas/RecommendationsResponse"
|
||||
components:
|
||||
schemas:
|
||||
HTTPError:
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@ div.pf-v5-c-alert.pf-m-inline.pf-m-plain.pf-m-warning {
|
|||
}
|
||||
}
|
||||
|
||||
// This is to fix the pagination UI bug, when patternfly updates this it can be removed!
|
||||
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-menu-toggle {
|
||||
display: flex
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@ import React, { useEffect, useState } from 'react';
|
|||
|
||||
import {
|
||||
Alert,
|
||||
Bullseye,
|
||||
Button,
|
||||
ExpandableSection,
|
||||
Icon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue