Skip to content

Commit

Permalink
fix(frontend): allow detail summary to wrap. fixes #753
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jun 8, 2024
1 parent 378102c commit c8cdb89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/components/details/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
padding-block: var(--space-xs);
padding-block: calc(calc(var(--space-m) / 2) - var(--input-border-width));
padding-inline: var(--space-m);
white-space: nowrap;

&:focus-visible {
color: currentcolor;
Expand Down

0 comments on commit c8cdb89

Please sign in to comment.