Skip to content

Commit 4bb2719

Browse files
authored
Merge pull request #11 from SAP-samples/fix-form-group-spacing
fix: fixed margins for smaller screens
2 parents 0e28304 + 03085a1 commit 4bb2719

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/App.svelte

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,15 @@
336336
}
337337
338338
#add-input,
339-
#date-picker,
340-
#add-btn {
341-
margin-inline-end: 0;
339+
#date-picker {
342340
margin-bottom: 1rem;
343341
transition: ease-in-out 0.6s;
344342
}
345343
344+
#add-btn {
345+
margin-bottom: 0;
346+
}
347+
346348
#add-input,
347349
#date-picker,
348350
#add-btn {

0 commit comments

Comments
 (0)