make Area fit within block row (#13221)

This commit is contained in:
Niels Lyngsø
2022-10-17 13:55:22 +02:00
committed by GitHub
parent e22c7ea0d6
commit 37424a63ec
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,6 @@
justify-content: center;
width: 100%;
height: 100%;
min-height: 100%;
cursor: pointer;
color: black;
background-color: transparent;

View File

@@ -279,7 +279,8 @@ ng-form.ng-invalid > .umb-block-grid__block:not(.--active) > .umb-block-grid__bl
.umb-block-grid__block--view {
height: 100%;
width: 100%;
display: block;
display: flex;
flex-direction: column;
}
.umb-block-grid__block--context {