Skip to content

Commit

Permalink
change css
Browse files Browse the repository at this point in the history
  • Loading branch information
KochTobi committed Oct 17, 2024
1 parent a0105ad commit 9b5b7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ vaadin-upload-file::part(meta){
.register-samples-dialog .initial-view,
.edit-samples-dialog .initial-view {
display: grid;
row-gap: 1em;
row-gap: var(--lumo-space-m);
}

.register-samples-dialog .batch-name-field,
Expand All @@ -832,7 +832,7 @@ vaadin-upload-file::part(meta){
.edit-samples-dialog .succeeded-view,
.edit-samples-dialog .upload-with-display {
display: grid;
row-gap: var(--lumo-space-l);
row-gap: var(--lumo-space-m);
}

.register-samples-dialog .content-part > .title,
Expand Down
Binary file modified user-interface/src/main/bundles/dev.bundle
Binary file not shown.

0 comments on commit 9b5b7bc

Please sign in to comment.