Improved styling

This commit is contained in:
mpetrov 2025-02-06 17:14:16 +02:00
parent 0c226afbc8
commit d5e1492464
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
limitations under the License. limitations under the License.
--> -->
<div class="min-w-90 debug-dialog-container w-screen max-w-5xl"> <div class="debug-dialog-container w-screen max-w-5xl">
<mat-toolbar color="primary"> <mat-toolbar color="primary">
<h2>{{ 'calculated-fields.debugging' | translate}}</h2> <h2>{{ 'calculated-fields.debugging' | translate}}</h2>
<span class="flex-1"></span> <span class="flex-1"></span>

View File

@ -16,6 +16,7 @@
:host { :host {
.debug-dialog-container { .debug-dialog-container {
height: 77vh; height: 77vh;
min-width: 90vw;
.debug-dialog-content { .debug-dialog-content {
border-radius: 0; border-radius: 0;