Skip to content

Commit

Permalink
style: fix width mismatch when storage form is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Aug 4, 2020
1 parent bf0cca8 commit b7b88dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/modules/forms/admin/css/view-responses.css
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@

@media (min-width: 576px) {
#secret-key .instructions-container {
width: min-content;
width: calc(100% - 115px);
}
#secret-key .input-acknowledgement {
margin: 10px 10px 0;
Expand Down

0 comments on commit b7b88dd

Please sign in to comment.