Added buttons wrapping (#2126)

* Added buttons wrapping

* Layout improved
This commit is contained in:
Kirill Morozov 2022-06-06 14:18:10 +03:00 committed by GitHub
parent 070fba4d08
commit 1ca8873d35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -14,6 +14,8 @@ import { Button } from 'components/common/Button/Button';
const ConnectorActionsWrapperStyled = styled.div` const ConnectorActionsWrapperStyled = styled.div`
display: flex; display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px; gap: 8px;
`; `;

View file

@ -21,11 +21,10 @@ const PageHeading: React.FC<PropsWithChildren<Props>> = ({
}; };
export default styled(PageHeading)` export default styled(PageHeading)`
height: 56px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 0px 16px; padding: 16px;
& > div { & > div {
display: flex; display: flex;