Skip to content

Commit

Permalink
fix text block icon-inline
Browse files Browse the repository at this point in the history
  • Loading branch information
meganthecoder committed Apr 25, 2024
1 parent c14f44c commit 2c13359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/blocks/text/text.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@
justify-content: start;
}

.text-block.icon-inline .foreground [class^="body-"] {
.text-block.icon-inline .foreground [class^="body-"],
.text-block.icon-inline .foreground .cta-container {
grid-column: span 2;
margin-top: 0;
}
Expand Down

0 comments on commit 2c13359

Please sign in to comment.