Fix allignment issues on api response tabs (#12316)

This commit is contained in:
Ayangade Adeoluwa 2022-03-30 14:09:44 +01:00 committed by GitHub
parent f0cc111822
commit 7bcab0da15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ const ListWrapper = styled.div`
overflow: auto;
height: calc(100% - ${LIST_HEADER_HEIGHT});
${thinScrollbar};
padding-bottom: 25px;
`;
type Props = {

View File

@ -18,6 +18,7 @@ const ListWrapper = styled.div`
overflow: auto;
${thinScrollbar};
height: 100%;
padding-bottom: 25px;
`;
function Errors(props: { hasShortCut?: boolean }) {