Refactor AppealComponent to remove dynamic height logic, integrate FullSizeComponent, and simplify imports.

This commit is contained in:
2025-11-22 01:22:15 +01:00
parent 5876298ae9
commit 20ec3648c4
3 changed files with 145 additions and 196 deletions
@@ -5,7 +5,7 @@
.appeal-container {
display: flex;
flex-direction: column;
min-height: 80vh;
height: 100%;
}
main {