Skip to content

Commit

Permalink
add padding to error for long errors
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabwhy committed Jun 15, 2024
1 parent 84832f9 commit 3fdbb05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const mainStore = useStore();
height: 100%;
grid-template-rows: 1fr auto 1fr 56px;
line-height: 1.5;
padding: 2rem;
}
.error-text {
Expand Down

0 comments on commit 3fdbb05

Please sign in to comment.