Skip to content

Commit 75c6c51

Browse files
authored
Merge pull request #687 from dxc-technology/icon-table
[Patch] Center icon isSortable in resultset table
2 parents a65d55d + 8cbfe8f commit 75c6c51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
.isSortable {
2+
display: inline-flex;
23
cursor: pointer;
34
width: fit-content;
45
svg {
56
fill: var(--table-headerFontColor);
67
}
8+
span {
9+
display: inline-flex;
10+
align-items: center;
11+
}
712
}

0 commit comments

Comments
 (0)