Skip to content

Commit

Permalink
fix: result area height
Browse files Browse the repository at this point in the history
  • Loading branch information
felixindrawan committed Dec 12, 2024
1 parent 06bd13f commit b1849c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ img {

.result-container .result-area {
width: 100%;
height: 100%;
height: 84%;
display: flex;
flex-direction: column;
}
Expand Down

0 comments on commit b1849c3

Please sign in to comment.