Skip to content

Commit

Permalink
CSS updates for multiple buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewetchen committed May 2, 2022
1 parent da9c9df commit 95a4f28
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion assets/section-rich-text.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,18 @@
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
word-break: break-word;
width: 100%;
max-width: 45rem;
word-break: break-word;
}

.rich-text__buttons--multiple > * {
flex-grow: 1;
min-width: 22rem;
}

.rich-text__buttons + .rich-text__buttons {
margin-top: 1rem;
}

.rich-text__blocks.left .rich-text__buttons {
Expand Down

0 comments on commit 95a4f28

Please sign in to comment.