diff --git a/EnvelopeGenerator.ReceiverUI/wwwroot/css/envelope-viewer.css b/EnvelopeGenerator.ReceiverUI/wwwroot/css/envelope-viewer.css index 415c200c..6c2a46d3 100644 --- a/EnvelopeGenerator.ReceiverUI/wwwroot/css/envelope-viewer.css +++ b/EnvelopeGenerator.ReceiverUI/wwwroot/css/envelope-viewer.css @@ -227,7 +227,6 @@ body.resizing { border: 1px solid rgba(126, 34, 206, 0.15); flex-shrink: 0; width: 95%; - max-width: 1400px; } .pdf-toolbar__section { @@ -471,8 +470,7 @@ body.resizing { overflow: hidden; position: relative; flex: 1; - width: 90%; - max-width: 1200px; + width: 95%; display: flex; flex-direction: row; align-items: stretch; @@ -649,7 +647,7 @@ body.resizing { .pdf-frame { border-radius: 12px; - width: 95%; + width: 98%; flex-direction: column; }