mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
fix: server list cut off (#980)
This commit is contained in:
parent
2ede22c45c
commit
9c302d01ed
|
@ -20,8 +20,6 @@ import { SecurityRequirements } from '../SecurityRequirement/SecurityRequirement
|
||||||
|
|
||||||
const OperationRow = styled(Row)`
|
const OperationRow = styled(Row)`
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
contain: content;
|
|
||||||
overflow: hidden;
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Description = styled.div`
|
const Description = styled.div`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user