Skip to content
Snippets Groups Projects
Commit fc52e324 authored by Oliver Schmidt's avatar Oliver Schmidt
Browse files

OZG-725-7934 OPT dialog size

parent a66c3243
Branches
Tags
1 merge request!103OZG-725-ui-styling
...@@ -5,8 +5,8 @@ import { Component } from '@angular/core'; ...@@ -5,8 +5,8 @@ import { Component } from '@angular/core';
standalone: true, standalone: true,
imports: [], imports: [],
template: ` template: `
<div class="static flex w-[calc(50vw)] flex-col"> <div class="static flex w-[calc(100vw-2rem)] justify-center">
<div class="flex grow flex-col rounded-lg bg-background-50 p-6 shadow-md"> <div class="flex max-w-4xl grow flex-col rounded-lg bg-background-50 p-6 shadow-md">
<ng-content /> <ng-content />
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment