mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix catalog layout bugs (#3018)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
8e244db1a3
commit
540c6dac37
@ -23,6 +23,10 @@
|
||||
max-width: 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.MuiAvatar-root {
|
||||
font-size: var(--unit);
|
||||
}
|
||||
}
|
||||
|
||||
.nameCell {
|
||||
|
||||
@ -255,6 +255,7 @@ export class Catalog extends React.Component<Props> {
|
||||
renderTableHeader={[
|
||||
{ title: "", className: styles.iconCell },
|
||||
{ title: "Name", className: styles.nameCell, sortBy: sortBy.name },
|
||||
{ title: "Kind", className: styles.kindCell, sortBy: sortBy.kind },
|
||||
{ title: "Source", className: styles.sourceCell, sortBy: sortBy.source },
|
||||
{ title: "Labels", className: styles.labelsCell },
|
||||
{ title: "Status", className: styles.statusCell, sortBy: sortBy.status },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user