mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
Correct min-height style in InfoBox
This commit is contained in:
@@ -34,7 +34,7 @@ const LightBlueIcon = styled(Icon)`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const ContentWrapper = styled.div`
|
const ContentWrapper = styled.div`
|
||||||
min-height: 1.5rem;
|
min-height: 10.5rem;
|
||||||
margin-left: 1.5em;
|
margin-left: 1.5em;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user