Skip to content
Snippets Groups Projects
Commit 36a665a6 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

A-trust iframe too small for placeholder, changed maxwidth of #iframe to 575px

parent 5376d8c6
Branches
Tags
No related merge requests found
Pipeline #11605 passed
...@@ -609,7 +609,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle ...@@ -609,7 +609,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle
overflow: hidden; overflow: hidden;
border-width: 0; border-width: 0;
/* keeps the A-Trust webpage aligned left */ /* keeps the A-Trust webpage aligned left */
max-width: 335px; max-width: 575px;
} }
.files-block.field:not(:last-child) { .files-block.field:not(:last-child) {
......
  • Bekerle, Patrizio :fire: @6123FE4C3B2C2770 ·
    Owner

    Works well, thank you very much. Congratulation to your first commit, @BDF32E9143B2CD5B! :tada:!

    To make commit messages even better you could try to use a style like:
    If I pull this commit it will: <Now add your message, starting with a capital letter>

    Example: Change max-width of #iframe to 575px, because...

    Edited by Bekerle, Patrizio
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment