Skip to content

Commit

Permalink
Merge pull request #941 from adobecom/MWPW-163649-fix
Browse files Browse the repository at this point in the history
MWPW-164527: Hot fix - Flex direction & padding
  • Loading branch information
joaquinrivero authored Jan 13, 2025
2 parents b2ed8e4 + 2ee5d63 commit 81a5a7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acrobat/blocks/verb-widget/verb-widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@
padding: 24px 29px;
border: 3px dashed #d5d5d5;
border-radius: 8px;
min-height: calc(100vh - (63px + 32px + 115px + 48px));
min-height: calc(100vh - (63px + 32px + 115px + 48px + 7px));
justify-content: flex-start;
}

.verb-row {
Expand Down

0 comments on commit 81a5a7b

Please sign in to comment.