Skip to content

Commit

Permalink
Merge pull request #565 from sonaliTekdi/UI_changes
Browse files Browse the repository at this point in the history
Bug #226015 - All messages in the chat box are right aligned. They should be left aligned
  • Loading branch information
paritshivani authored Sep 4, 2024
2 parents bea8f11 + 0e67b13 commit a41d9ca
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/nulp_elite/src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1546,15 +1546,18 @@ button {

.addConnectChat .jss5 {
position: inherit !important;
width: auto !important;
text-align: right !important;
text-align:left !important;
font-size: 15px !important;
max-width: 85% !important;
}
.jss6.undefined {
text-align: left !important;
}

.addConnectChat.jss6.undefined {
width: auto !important;
text-align: left !important;
font-size: 15px !important;
max-width: 80% !important;
}

.mr-13 {
Expand Down

0 comments on commit a41d9ca

Please sign in to comment.