Fix allignment issues on api response tabs (#12316)
This commit is contained in:
parent
f0cc111822
commit
7bcab0da15
|
|
@ -23,6 +23,7 @@ const ListWrapper = styled.div`
|
|||
overflow: auto;
|
||||
height: calc(100% - ${LIST_HEADER_HEIGHT});
|
||||
${thinScrollbar};
|
||||
padding-bottom: 25px;
|
||||
`;
|
||||
|
||||
type Props = {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ const ListWrapper = styled.div`
|
|||
overflow: auto;
|
||||
${thinScrollbar};
|
||||
height: 100%;
|
||||
padding-bottom: 25px;
|
||||
`;
|
||||
|
||||
function Errors(props: { hasShortCut?: boolean }) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user