Skip to content

Commit

Permalink
Fix odd spacing with error messages (#352)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Seabock (Centific Technologies Inc) <[email protected]>
  • Loading branch information
iseabock and Ian Seabock (Centific Technologies Inc) committed Oct 31, 2023
1 parent 32dcaab commit 6e644c1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
5 changes: 1 addition & 4 deletions frontend/src/pages/chat/Chat.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,14 @@

.chatMessageError {
padding: 20px;
/* background: #EDF5FD; */
border-radius: 8px;
box-shadow: rgba(182, 52, 67, 1) 1px 1px 2px, rgba(182, 52, 67, 1) 0px 0px 1px;

color: #242424;
flex: none;
order: 0;
flex-grow: 0;

max-width: 800px;
/* filter: drop-shadow(rgba(182, 52, 67, 1) 1px 1px 2px) drop-shadow(rgba(182, 52, 67, 1) 0px 0px 1px); */
margin-bottom: 12px;
}

.chatMessageErrorContent {
Expand Down
1 change: 1 addition & 0 deletions static/assets/index-5ba581b7.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e644c1

Please sign in to comment.