Skip to content

Commit

Permalink
fix: remove flex-end from tcv
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerenzella committed Mar 25, 2024
1 parent 17050f9 commit e758247
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<div style="height: 100%" class="comments-panel" appDragDrop (onFileDropped)="uploadFiles($event)" fxLayout="column">
<div
fxFlex
class="comments-body"
#commentsBody
fxLayout="column"
fxLayoutAlign="end"
style="place-content: stretch !important"
>
<div fxFlex class="comments-body" #commentsBody fxLayout="column" style="place-content: stretch !important">
<div [hidden]="!loading" style="height: 100%" fxLayout="row" fxLayoutAlign="center center">
<mat-spinner strokeWidth="2" diameter="100" color="accent"></mat-spinner>
</div>
Expand Down

0 comments on commit e758247

Please sign in to comment.