Skip to content

Commit

Permalink
Text align right
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jan 12, 2025
1 parent 5a84b88 commit d196742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ td {
::ng-deep .fig {
direction: ltr;
display: block;
text-align: right;
}

::ng-deep .strw {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Component, OnInit } from '@angular/core';
import { Component } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';
import { ListComponentsModule } from '../../list-components/list-components.module';
import { config } from '../configurations/config';
import { DashboardSearchComponent } from '../dashboard-search/dashboard-search.component';
import { DashboardVisualizationsComponent } from '../dashboard-visualizations/dashboard-visualizations.component';
import { DashboardsApiService } from '../dashboards-api.service';
import { ActivatedRoute } from '@angular/router';

@UntilDestroy()
@Component({
Expand Down

0 comments on commit d196742

Please sign in to comment.