mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
fixed padding on search-results
This commit is contained in:
@@ -123,4 +123,8 @@
|
||||
|
||||
.type-icon-container {
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.publisher {
|
||||
max-width: 300px;
|
||||
}
|
||||
@@ -11,8 +11,8 @@
|
||||
<app-product-card *ngFor="let product of products" [product]="product">
|
||||
</app-product-card>
|
||||
</div>
|
||||
<!-- [style.padding.px]="30" -->
|
||||
<app-loading
|
||||
[style.padding.px]="30"
|
||||
loading="true"
|
||||
text="Inhalte werden geladen"
|
||||
></app-loading>
|
||||
|
||||
Reference in New Issue
Block a user