mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
merge repository heads
This commit is contained in:
@@ -33,6 +33,8 @@ const SmallButton = styled(Button)<CollapsedProps>`
|
|||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
margin-right: ${(props: CollapsedProps) => (props.collapsed ? "0" : "0.5rem")};
|
margin-right: ${(props: CollapsedProps) => (props.collapsed ? "0" : "0.5rem")};
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const MenuLabel = styled.p<CollapsedProps>`
|
const MenuLabel = styled.p<CollapsedProps>`
|
||||||
|
|||||||
Reference in New Issue
Block a user