Skip to content

Commit

Permalink
table height and error component
Browse files Browse the repository at this point in the history
  • Loading branch information
MVarshini committed Apr 17, 2023
1 parent a36c435 commit e87cbbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import {
EmptyStateBody,
EmptyStateIcon,
EmptyStateVariant,
HelperText,
HelperTextItem,
InputGroup,
Text,
TextContent,
Expand Down Expand Up @@ -99,11 +97,3 @@ export const SearchBox = (props) => {
</InputGroup>
);
};

export const ErrorText = (props) => {
return (
<HelperText>
<HelperTextItem variant="error">{props.text}</HelperTextItem>
</HelperText>
);
};
2 changes: 1 addition & 1 deletion dashboard/src/modules/components/TableComponent/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding: 2vh;

.table-scroll-container {
height: 32rem;
height: 30rem;
}
}
table th {
Expand Down

0 comments on commit e87cbbe

Please sign in to comment.