Skip to content

Commit

Permalink
fix: example styles based on PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Mar 14, 2024
1 parent b516156 commit 41b32a2
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/haddock3-download/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@
gap: 0.5rem;
}

/* remove gap from dropdown group */
.dropdown.btn-group {
gap: 0rem;
}

/* center + icon in the button */
.array-item-add{
display: flex;
justify-content: center;
align-items: center;
}

.no-wrap{
text-wrap: nowrap;
}
Expand Down
12 changes: 12 additions & 0 deletions apps/haddock3-galaxy/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@
gap: 0.5rem;
}

/* remove gap from dropdown group */
.dropdown.btn-group {
gap: 0rem;
}

/* center + icon in the button */
.array-item-add {
display: flex;
justify-content: center;
align-items: center;
}

.no-wrap {
text-wrap: nowrap;
}
Expand Down
12 changes: 12 additions & 0 deletions apps/haddock3-submit/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@
gap: 0.5rem;
}

/* remove gap from dropdown group */
.dropdown.btn-group {
gap: 0rem;
}

/* center + icon in the button */
.array-item-add {
display: flex;
justify-content: center;
align-items: center;
}

.no-wrap {
text-wrap: nowrap;
}
Expand Down
12 changes: 12 additions & 0 deletions apps/kitchensink/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@
gap: 0.5rem;
}

/* remove gap from dropdown group */
.dropdown.btn-group {
gap: 0rem;
}

/* center + icon in the button */
.array-item-add {
display: flex;
justify-content: center;
align-items: center;
}

.no-wrap {
text-wrap: nowrap;
}
Expand Down

0 comments on commit 41b32a2

Please sign in to comment.