fix(docs-backends-overview): overflow table (#5680)
This commit is contained in:
@ -78,6 +78,8 @@ const StyledMarkdown = styled.div`
|
|||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
display: block;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
tbody tr {
|
tbody tr {
|
||||||
|
@ -6,7 +6,7 @@ import Page from './page';
|
|||||||
import { mq } from '../utils';
|
import { mq } from '../utils';
|
||||||
|
|
||||||
const Children = styled.div`
|
const Children = styled.div`
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user