Skip to content

Commit

Permalink
Merge pull request #844 from adobecom/promptcard
Browse files Browse the repository at this point in the history
MWPW-159429 Fix toast message
  • Loading branch information
TsayAdobe authored Oct 7, 2024
2 parents d75cedc + 7235b48 commit 05b6e6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acrobat/blocks/prompt-card/prompt-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

.prompt-toast {
font-family: var(--common-font);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
align-items: flex-start;
background: #05834e;
border-radius: 10px;
Expand Down

0 comments on commit 05b6e6f

Please sign in to comment.