chore(cpre-connections): CB-338 connection form styles

This commit is contained in:
Wroud
2020-10-15 01:02:19 +03:00
parent 90c709f158
commit 8f3c110d6d
2 changed files with 2 additions and 1 deletions
@@ -46,6 +46,7 @@ const styles = css`
display: flex;
flex-direction: column;
flex: 1;
padding-top: 16px;
}
TabPanel {
flex-direction: column;
@@ -52,7 +52,7 @@ const styles = composes(
connection-create {
display: flex;
flex-direction: column;
height: 540px;
height: 556px;
overflow: hidden;
}