Skip to content

Commit 77243e4

Browse files
authored
🪟🎨 make connection replication settings full width (#19311)
* make connection replication settings full width w 20px margin * cleanup * fix reference to variable inside calc
1 parent a72deb1 commit 77243e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

airbyte-webapp/src/pages/ConnectionPage/pages/ConnectionItemPage/ConnectionReplicationTab.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
@use "../../../../scss/variables";
1+
@use "scss/variables";
22

33
.content {
4-
max-width: 1279px;
5-
margin: 0 auto;
4+
max-width: calc(100% - 2 * (#{variables.$spacing-xl}));
5+
margin: 0 variables.$spacing-xl;
66
padding-bottom: variables.$spacing-md;
77

88
> form {

0 commit comments

Comments
 (0)