Skip to content

Commit

Permalink
static width
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapaglia committed Jun 19, 2021
1 parent cc9250e commit 640f4c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
diameter="100">
</mat-progress-spinner>
<img [src]="plate.cropImageUrl"

width=300
[hidden]="loadingPlateImage || loadingPlateImageFailed"
(load)="plateImageLoaded()"
(error)="plateImageFailedToLoad()" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
.container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-content:flex-start;
margin: 0px;
}

.item {
flex-grow: 1;
}

.item + .item {
margin: 15px;
.item {
margin-top: 15px;
}

0 comments on commit 640f4c4

Please sign in to comment.