Skip to content

Commit

Permalink
Preserve spacing between title and button in ExperimentList component (
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffengreiner authored Sep 13, 2023
1 parent 40b7fa7 commit 999bf37
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
20 changes: 0 additions & 20 deletions vaadinfrontend/frontend/themes/datamanager/components/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,26 +160,6 @@
font-weight: bold;
}

/* Support section formatting and components */

.experiment-item-collection {
display: flex;
gap: var(--lumo-space-s);
flex-flow: column;
}

.experiment-item-collection .content {
display: grid;
gap: var(--lumo-space-m);
grid-auto-rows: max-content;
}

.experiment-item-collection .header {
display: flex;
justify-content: space-between;
align-items: center;
}

/* Experiment item */

.experiment-item {
Expand Down
21 changes: 21 additions & 0 deletions vaadinfrontend/frontend/themes/datamanager/components/div.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,27 @@
margin-bottom: 0.5rem;
}

/* Support section formatting and components */

.experiment-item-collection {
display: flex;
gap: var(--lumo-space-s);
flex-flow: column;
}

.experiment-item-collection .content {
display: grid;
gap: var(--lumo-space-m);
grid-auto-rows: max-content;
}

.experiment-item-collection .header {
display: flex;
justify-content: space-between;
align-items: center;
gap: var(--lumo-space-m);
}

.project-collection {
display: flex;
gap: 1rem;
Expand Down

0 comments on commit 999bf37

Please sign in to comment.