We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d28052 commit 3ac7f0fCopy full SHA for 3ac7f0f
2 files changed
packages/ui/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@eqtylab/equality",
3
- "version": "0.9.1",
+ "version": "0.9.2",
4
"private": false,
5
"type": "module",
6
"main": "./dist/index.cjs",
packages/ui/src/components/code-block/code-block.module.css
@@ -3,7 +3,7 @@
.code-block {
@apply border-border overflow-hidden rounded-md border;
@apply flex flex-col;
- @apply max-h-64;
+ @apply max-h-64 w-full;
7
}
8
9
.header {
@@ -35,6 +35,7 @@
35
@apply flex-1;
36
37
@apply overflow-scroll;
38
+ @apply min-w-0;
39
40
41
.neutral {
0 commit comments