Skip to content

Commit 2031e06

Browse files
crisbetotinayuangao
authored andcommitted
chore: avoid horizontal overflow in testing app (#2600)
Removes some horizontal scrolling in the local development app.
1 parent 4c638ec commit 2031e06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/demo-app/demo-app/demo-app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ body {
4444
.demo-content {
4545
width: 100%;
4646
height: 100%;
47+
box-sizing: border-box;
4748
}

0 commit comments

Comments
 (0)