Skip to content

Commit f519654

Browse files
fix: fixed codebox height for active tab (#8425)
1 parent 8ab0fd7 commit f519654

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@
7676
.icon {
7777
@apply size-4;
7878
}
79+
80+
div[data-state='active'] .root pre {
81+
height: 19rem;
82+
}

0 commit comments

Comments
 (0)