Skip to content

Commit bc4e00d

Browse files
committed
refactor: remove unnecessary table cell classes
1 parent cf08ba7 commit bc4e00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/design-system/src/components/OcTableCell/OcTableCell.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
:is="type"
44
class="oc-table-cell"
55
:class="{
6-
'whitespace-break break-all': wrap === 'break',
6+
'break-all': wrap === 'break',
77
'whitespace-nowrap': wrap === 'nowrap',
8-
'whitespace-truncate overflow-visible max-w-0': wrap === 'truncate',
8+
'overflow-visible max-w-0': wrap === 'truncate',
99
'text-left': alignH === 'left',
1010
'text-right': alignH === 'right',
1111
'text-center': alignH === 'center',

0 commit comments

Comments
 (0)