Skip to content

Commit

Permalink
fix(core-connections): revert padding in ConnectionEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed Jul 9, 2021
1 parent cc75c79 commit a2154e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const styles = composes(
css`
box {
box-sizing: border-box;
padding-bottom: 24px;
display: flex;
flex-direction: column;
height: 664px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const styles = composes(
container {
display: flex;
flex-direction: column;
width: 100%;
}
ConnectionAccessTableHeader {
flex: 0 0 auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const styles = composes(
container {
display: flex;
flex-direction: column;
width: 100%;
}
table-container {
overflow: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const styles = composes(
css`
box {
box-sizing: border-box;
padding-bottom: 24px;
min-height: 420px;
max-height: 520px;
display: flex;
Expand Down

0 comments on commit a2154e9

Please sign in to comment.