Skip to content

Commit

Permalink
Tweak center alignment (#6135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored and philippjfr committed Jan 17, 2024
1 parent ad6e25f commit 6b0282a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions panel/dist/css/chat_message.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
max-width: calc(100% - 40px);
padding: 5px;
width: fit-content;
display: flex;
align-items: center;
justify-content: center;
}

.footer {
Expand Down

0 comments on commit 6b0282a

Please sign in to comment.