Skip to content

Commit 551b2f8

Browse files
committed
style(my-preprint): Removed full height
1 parent 9675d7e commit 551b2f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/features/preprints/pages/my-preprints/my-preprints.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { QueryParams, SearchFilters, TableParameters } from '@shared/models';
4848
changeDetection: ChangeDetectionStrategy.OnPush,
4949
})
5050
export class MyPreprintsComponent {
51-
@HostBinding('class') classes = 'flex-1 flex flex-column w-full h-full';
51+
@HostBinding('class') classes = 'flex-1 flex flex-column w-full';
5252
private readonly route = inject(ActivatedRoute);
5353
private readonly router = inject(Router);
5454
private readonly destroyRef = inject(DestroyRef);

0 commit comments

Comments
 (0)