Skip to content

Commit 5b2b445

Browse files
committed
fix: resolve horizontal scroll issue on small screens
1 parent 79feb57 commit 5b2b445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-components/src/Common/BaseCodeBox/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.root {
44
@apply w-full
55
max-w-full
6-
overflow-hidden
6+
overflow-x-clip
77
rounded-sm
88
border
99
border-neutral-900

0 commit comments

Comments
 (0)