Skip to content

Commit

Permalink
Merge pull request #59 from Qvant-lab/qtable_multiline-header
Browse files Browse the repository at this point in the history
[QTable] fix space between title and arrow
  • Loading branch information
cheesytim authored Feb 5, 2021
2 parents abe0c49 + df4c7ef commit 77ca2a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/qComponents/QTable/src/q-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@

&-wrapper {
display: flex;
justify-content: space-between;
align-items: flex-end;
}

Expand All @@ -193,6 +192,10 @@
display: flex;
white-space: nowrap;

.q-table__cell-sortable & {
cursor: pointer;
}

&_original {
display: -webkit-box;
align-items: flex-end;
Expand Down Expand Up @@ -241,8 +244,6 @@
}

&.q-table__cell-sortable {
cursor: pointer;

& .q-table__sort-arrow {
vertical-align: middle;
color: inherit;
Expand Down

0 comments on commit 77ca2a9

Please sign in to comment.