Skip to content

Commit

Permalink
Merge pull request #2864 from glific/bug/message-buttons
Browse files Browse the repository at this point in the history
Fixed the buttons in interactive messages
  • Loading branch information
mdshamoon authored Apr 19, 2024
2 parents c9e0018 + 6dc9914 commit e7a785e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
max-width: 404px;
float: right;
clear: both;
display: flex;
flex-direction: column;
align-items: flex-end;
}

.MineColor {
Expand Down Expand Up @@ -156,6 +159,8 @@
font-size: 10px;
font-weight: 400;
line-height: 17px;
text-align: end;
max-width: 284px;
}

.MessageDetailsSender {
Expand Down Expand Up @@ -232,6 +237,7 @@

.InteractiveContent {
padding: 0px !important;
min-width: 284px;
}

.Label {
Expand Down

0 comments on commit e7a785e

Please sign in to comment.