Skip to content

Commit

Permalink
Merge pull request openshift#9894 from vikram-raj/odc-6224
Browse files Browse the repository at this point in the history
Bug 1998058: Remove extra white space from Kafka instance table
  • Loading branch information
openshift-merge-robot authored Aug 30, 2021
2 parents 9f2e0e7 + 7572d78 commit 509cffa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.rhoas-service-instance-table {
&.pf-c-table {
table-layout: auto;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { useTranslation } from 'react-i18next';
import { Timestamp } from '@console/internal/components/utils';
import { CloudKafka } from '../../utils/rhoas-types';
import ServiceIconStatus from './ServiceIconStatus';
import './ServiceInstanceTable.scss';

type FormattedKafkas = {
cells: JSX.Element[];
Expand Down

0 comments on commit 509cffa

Please sign in to comment.