Skip to content
Snippets Groups Projects
Commit a3ea1ac2 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6506 Set fixed width to mail container

parent ca75138f
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<div <div
class="flex min-h-full grow flex-col divide-y divide-gray-200 border-l border-r border-gray-200 dark:divide-background-100 dark:border-transparent lg:flex-row lg:divide-x lg:divide-y-0" class="flex min-h-full grow flex-col divide-y divide-gray-200 border-l border-r border-gray-200 dark:divide-background-100 dark:border-transparent lg:flex-row lg:divide-x lg:divide-y-0"
> >
<div class="grow"> <div class="w-full grow">
<alfa-vorgang-detail-header <alfa-vorgang-detail-header
[vorgangWithEingang]="vorgangResource" [vorgangWithEingang]="vorgangResource"
data-test-id="vorgang-detail-header" data-test-id="vorgang-detail-header"
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="flex h-full min-w-80 flex-1 flex-col px-4 py-3"> <div class="flex w-[calc(100vw-2.5rem)] flex-col px-6 py-4 lg:w-80 lg:px-3 lg:py-4">
<alfa-vorgang-detail-antragsteller <alfa-vorgang-detail-antragsteller
[antragsteller]="vorgangResource.eingang.antragsteller" [antragsteller]="vorgangResource.eingang.antragsteller"
data-test-id="vorgang-detail-antragsteller" data-test-id="vorgang-detail-antragsteller"
......
...@@ -33,7 +33,7 @@ import { Component, Input } from '@angular/core'; ...@@ -33,7 +33,7 @@ import { Component, Input } from '@angular/core';
selector: 'alfa-vorgang-detail-area', selector: 'alfa-vorgang-detail-area',
templateUrl: './vorgang-detail-area.component.html', templateUrl: './vorgang-detail-area.component.html',
styleUrls: ['./vorgang-detail-area.component.scss'], styleUrls: ['./vorgang-detail-area.component.scss'],
styles: [':host {@apply relative flex flex-row grow}'], styles: [':host {@apply relative w-full}'],
}) })
export class VorgangDetailAreaComponent { export class VorgangDetailAreaComponent {
@Input() vorgangStateResource: StateResource<VorgangWithEingangResource>; @Input() vorgangStateResource: StateResource<VorgangWithEingangResource>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment