mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Improve table headers’ alignment of activities table * Update changelogpull/5635/head
committed by
GitHub
6 changed files with 12 additions and 32 deletions
@ -1,13 +1,3 @@ |
|||
:host { |
|||
display: block; |
|||
|
|||
.gf-table { |
|||
th { |
|||
::ng-deep { |
|||
.mat-sort-header-container { |
|||
justify-content: inherit; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
|
@ -1,13 +1,3 @@ |
|||
:host { |
|||
display: block; |
|||
|
|||
.gf-table { |
|||
th { |
|||
::ng-deep { |
|||
.mat-sort-header-container { |
|||
justify-content: inherit; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
|
@ -1,13 +1,3 @@ |
|||
:host { |
|||
display: block; |
|||
|
|||
.gf-table { |
|||
th { |
|||
::ng-deep { |
|||
.mat-sort-header-container { |
|||
justify-content: inherit; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
|
Loading…
Reference in new issue