Skip to content

Commit

Permalink
MWPW-160549: Chat CTA bug fixes (#258)
Browse files Browse the repository at this point in the history
* Some small CSS changes to fix layout
  • Loading branch information
JasonHowellSlavin authored Oct 28, 2024
1 parent 94a0e5c commit 01f2a07
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions blocks/chat-cta/chat-cta.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
margin-bottom: var(--spacing-xs);
}

.dialog-modal.chat-cta .icon-block:not(.small.full-width) .foreground .text-content .action-area {
display: block;
}

.cta-hidden {
display: none;
}
Expand Down Expand Up @@ -124,6 +128,10 @@
width: 100%;
}

.chat-cta .icon-block .cta-container {
margin-top: var(--spacing-xxs);
}

.dialog-modal.chat-cta {
position: fixed;
right: 0;
Expand Down Expand Up @@ -157,12 +165,12 @@
.dialog-modal.chat-cta .section .foreground .text-content p:not(.action-area) {
font-size: var(--type-body-xxs-size);
line-height: var(--type-body-xxs-lh);
margin-bottom: var(--spacing-xs);
margin-bottom: var(--spacing-xxs);
}

.dialog-modal.chat-cta .section .text-content {
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: flex-start;
align-content: flex-start;
text-align: left;
Expand Down

0 comments on commit 01f2a07

Please sign in to comment.