Skip to content

Commit 12f0a40

Browse files
Samuell1marcosmoura
authored andcommitted
fix(MdTableHead): sort indicator position when there is only one column (#1743)
1 parent 84cdb90 commit 12f0a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MdTable/MdTableHead.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
line-height: 16px;
131131
text-align: left;
132132
133-
&:last-child .md-table-head-label {
133+
&:last-child:not(:first-child) .md-table-head-label {
134134
padding-right: 24px;
135135
}
136136

0 commit comments

Comments
 (0)