Skip to content

Commit

Permalink
Add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
abirc8010 committed Dec 25, 2024
1 parent 8d92d91 commit b4a3514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/views/ChatBody/ChatBody.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const getChatbodyStyles = (theme, mode) => {
announcementStyles: css`
display: flex;
justify-content: center;
padding: 7px;
padding: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down

0 comments on commit b4a3514

Please sign in to comment.