Skip to content

Commit

Permalink
Fixed CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazi06 committed Apr 8, 2022
1 parent 19e3ae1 commit efcfde8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="main-content vh-lg-65 vw-lg-60 vw-3xl-35">
<div class="card card-profile card-testimonial">
<mat-tab-group animationDuration="0ms" disableRipple="true" class="mat-tab-info mat-tabs-with-actions">
<mat-tab-group animationDuration="0ms" disableRipple="true" class="mat-tab-info mat-tabs-with-close-action">
<mat-tab>
<ng-template mat-tab-label>
<span>{{dialogTitle}}</span>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div *ngIf="transaction" class="main-content vh-lg-80 vw-lg-90 vw-3xl-60 vh-3xl-65">
<div class="card card-profile card-testimonial">
<mat-tab-group animationDuration="0ms" disableRipple="true" class="mat-tab-info mat-tabs-with-actions">
<mat-tab-group animationDuration="0ms" disableRipple="true" class="mat-tab-info mat-tabs-with-close-action">
<mat-tab>
<ng-template mat-tab-label>
<span>{{transaction.chargeBoxID}} -
Expand Down

0 comments on commit efcfde8

Please sign in to comment.