Skip to content

Commit 3ac7f0f

Browse files
committed
further restrict code-block expansion
1 parent 1d28052 commit 3ac7f0f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eqtylab/equality",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"private": false,
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/ui/src/components/code-block/code-block.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.code-block {
44
@apply border-border overflow-hidden rounded-md border;
55
@apply flex flex-col;
6-
@apply max-h-64;
6+
@apply max-h-64 w-full;
77
}
88

99
.header {
@@ -35,6 +35,7 @@
3535
@apply flex-1;
3636
@apply flex flex-col;
3737
@apply overflow-scroll;
38+
@apply min-w-0;
3839
}
3940

4041
.neutral {

0 commit comments

Comments
 (0)