fix(ws): filter chip label spacings (#326)
Signed-off-by: Charles Thao <cthao@redhat.com>
This commit is contained in:
parent
aa45741867
commit
273cdc92d2
|
@ -742,7 +742,6 @@
|
|||
.mui-theme .pf-v6-c-label.pf-m-outline {
|
||||
--pf-v6-c-label--BorderColor: none;
|
||||
--pf-v6-c-label--BackgroundColor: var(--mui-palette-grey-200);
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.mui-theme .pf-v6-c-masthead {
|
||||
|
@ -758,8 +757,6 @@
|
|||
|
||||
.mui-theme .pf-v6-c-button.pf-m-plain {
|
||||
--pf-v6-c-button--BorderRadius: 50%;
|
||||
--pf-v6-c-button--PaddingInlineStart: none;
|
||||
--pf-v6-c-button--PaddingInlineEnd: none;
|
||||
}
|
||||
|
||||
.mui-theme .pf-v6-c-page__main-container {
|
||||
|
|
Loading…
Reference in New Issue