Closes #4351 - Fixed spacing issue in TopBar file. --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
@ -25,7 +25,6 @@ const StyledTopBar = styled.div<{ displayBottomBorder: boolean }>`
|
||||
font-weight: ${({ theme }) => theme.font.weight.medium};
|
||||
height: 39px;
|
||||
justify-content: space-between;
|
||||
padding-left: ${({ theme }) => theme.spacing(2)};
|
||||
padding-right: ${({ theme }) => theme.spacing(2)};
|
||||
z-index: 7;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user