Skip to content

Commit c133498

Browse files
ITAW fixes heading widget view
1 parent bc31b8d commit c133498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/nonreactive/heading-widget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Label } from '../../components/ui/label';
44
import { cva } from 'class-variance-authority';
55
import { cn } from '../../lib/tw-util';
66

7-
const heading = cva('', {
7+
const heading = cva('col-span-full whitespace-nowrap', {
88
variants: {
99
level: {
1010
h1: 'h1',

0 commit comments

Comments
 (0)