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';
standalone: true,
imports: [],
template: `
<div class="static flex w-[calc(50vw)] flex-col">
<div class="flex grow flex-col rounded-lg bg-background-50 p-6 shadow-md">
<div class="static flex w-[calc(100vw-2rem)] justify-center">
<div class="flex max-w-4xl grow flex-col rounded-lg bg-background-50 p-6 shadow-md">
<ng-content />
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment