Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/experiments' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Oct 26, 2023
2 parents 2db263e + a448fb7 commit b852a8b
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 390 deletions.
17 changes: 17 additions & 0 deletions client/src/plus/ai-help/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,23 @@

&.role-user {
white-space: pre-wrap;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;

.ai-help-message-nav {
display: flex;
justify-content: space-between;
> span {
width: 4rem;
text-align: center;
}
}
.ai-help-user-message {
width: 100%;
padding: 0 1rem;
}
}

p {
Expand Down
Loading

0 comments on commit b852a8b

Please sign in to comment.