Skip to content

Commit 45fbd5e

Browse files
committed
fix(style): fix width issues in results
1 parent 6506b17 commit 45fbd5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ input[type='number']::-webkit-outer-spin-button {
488488
}
489489

490490
.output {
491-
width: var(--content-container);
491+
width: var(--generator-width);
492492
height: 300px;
493493
word-wrap: break-word;
494494
margin-bottom: 1rem;
@@ -629,7 +629,6 @@ input[type='number']::-webkit-outer-spin-button {
629629

630630
.image-download {
631631
display: flex;
632-
margin-bottom: -1rem;
633632
}
634633

635634
.image-download > button:first-of-type {

0 commit comments

Comments
 (0)