Skip to content

Commit

Permalink
Change paddingBottom in xs
Browse files Browse the repository at this point in the history
  • Loading branch information
Abou1205 committed Jul 24, 2024
1 parent d643435 commit 887fcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/Chat/ChatDisplay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const ChatDisplay = ({
paddingX: { xs: "8px", sm: "16px", md: "20px" },
paddingTop: "20px",
paddingBottom: {
xs: suggestionsOverlay.active ? 19 : 1,
xs: suggestionsOverlay.active ? 8 : 1,
sm: suggestionsOverlay.active ? 12.5 : 2.5,
},
}}
Expand Down

0 comments on commit 887fcf6

Please sign in to comment.