You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found that, in tables with a lot of columns or with narrow ones, the sort icon in the header gets mounted by the label like this (you can see it in the last name column):
What do you think about changing the order of these lines? It doesn't totally fix the problem but at least the result is prettier than the current solution. Other way is adding the option to allow ellipsis on the headers 😄.
The text was updated successfully, but these errors were encountered:
Gorzas
added a commit
to Gorzas/ember-light-table
that referenced
this issue
Nov 19, 2018
After this change, you are forced to use this specific layout where arrows go to the far right. Removing float: right leads to arrows shown on the left side, before the label:
If we could at least target {{label}} via CSS :P Would be nice to have it wrapped by <span>. We could then apply float: left; to that span and have the effect we wanted back.
Another option is to wrap the whole thing (icon + text) and let us style it. Then we could use flex and change the order of things.
I have found that, in tables with a lot of columns or with narrow ones, the sort icon in the header gets mounted by the label like this (you can see it in the last name column):
What do you think about changing the order of these lines? It doesn't totally fix the problem but at least the result is prettier than the current solution. Other way is adding the option to allow ellipsis on the headers 😄.
The text was updated successfully, but these errors were encountered: