Skip to content

Commit b318715

Browse files
authored
fix(table): solve sortable column width problem (#173)
1 parent b809df4 commit b318715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/assets/scss/components/_table.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ $table-card-spacer: $spacer;
129129
> span {
130130
display: block;
131131
position: relative;
132+
width: inherit;
132133
}
133134

134135
&:hover {

0 commit comments

Comments
 (0)