Skip to content

Commit

Permalink
fix(Label): Label text input shifts whole UI down
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Jun 29, 2023
1 parent 0c1844f commit 00a36cf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$margin-spacing: 20px;

.input-wrapper {
min-height: 60px;
min-height: 80px;
max-width: 800px;
}

Expand Down Expand Up @@ -35,7 +35,6 @@ $margin-spacing: 20px;
}

.label-canvas-container {
margin-top: 10px;
margin-bottom: $margin-spacing;
}

Expand Down

0 comments on commit 00a36cf

Please sign in to comment.