Skip to content

Commit 6779632

Browse files
committed
Pres go config: minor style enhancements
1 parent 3b65801 commit 6779632

File tree

1 file changed

+6
-1
lines changed
  • src/js/web-components/preservation-go-configs-menu

1 file changed

+6
-1
lines changed

src/js/web-components/preservation-go-configs-menu/styles.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const styles = css`
3131
height: 80vh;
3232
min-height: 600px;
3333
max-height: 800px;
34+
padding-bottom: 8px;
3435
}
3536
3637
.form-section,
@@ -337,6 +338,7 @@ export const styles = css`
337338
display: flex;
338339
flex-direction: column;
339340
gap: 16px;
341+
padding-bottom: 16px;
340342
}
341343
342344
.form-scroll-container {
@@ -386,11 +388,14 @@ export const styles = css`
386388
.panels-wrapper {
387389
flex-direction: column;
388390
height: auto;
391+
min-height: auto;
392+
max-height: none;
389393
}
390394
391395
.form-section,
392396
.saved-configs-section {
393-
height: 70vh;
397+
height: auto;
398+
min-height: auto;
394399
}
395400
}
396401

0 commit comments

Comments
 (0)