expandjs / mat-table

A custom element used to display a Material Design data table
http://expandjs.com/elements/mat-table
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

mat-table sort icon mis-aligned #2

Open chadws opened 7 years ago

chadws commented 7 years ago

I just created a mat table and it shifts the th text below the sort indicator icon. I believe that adding "position: absolute" to the icons style will resolve the issue.

:host .icon {
    height: 16px;
    margin: -2px 5px 0 -21px;
    transform: rotate(90deg);
    visibility: hidden;
    width: 16px;
    position: absolute;
}
Pupix commented 7 years ago

Hello!

What browser are you using? I can't seem to get the same behavior.

Cheers, Pupix

chadws commented 7 years ago

I am using safari on the Mac.

On Nov 7, 2016, at 3:08 AM, Robert Manolea notifications@github.com wrote:

Hello!

What browser are you using? I can't seem to get the same behavior.

Cheers, Pupix

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Pupix commented 7 years ago

Sorry for the delay.

Just got my hands on a mac machine with Sierra on. I can't replicate the bug above. What version of safari are you using?