💄 Fix some rendering inconsistencies

This commit is contained in:
2024-04-06 12:16:18 +02:00
parent 39ff4122c9
commit 9cfc0841df
2 changed files with 8 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ $modal-max-height: 55vh;
&__placeholder {
width: calc(100% + (2 * $border-normal-width));
height: calc(100% - (2 * $border-normal-width));
height: 100%;
}
svg {