Skip to content

Commit

Permalink
fix(webchat): fix webchat responsiveness issue (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmass authored Apr 24, 2023
1 parent 7064861 commit cc4421e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/css/botpress-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ body {
direction: rtl;
}

@media (max-width: 768px) {
@media (max-device-width: 768px) {
html {
font-size: 48px;
}
Expand Down

0 comments on commit cc4421e

Please sign in to comment.