Skip to content

Commit ea2fd29

Browse files
authored
Set max width in submit.vue css
Otherwise the side panel can greatly grow when clicking Details.
1 parent 4e4e1b2 commit ea2fd29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/submit.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ watch([url, author, author_url, color, scale], () => {
8181
<style lang="scss" scoped>
8282
.submit{
8383
padding: var(--pad2);
84+
max-width: 200px;
8485
label{
8586
display: block;
8687
}
8788
}
88-
</style>
89+
</style>

0 commit comments

Comments
 (0)