Przeglądaj źródła

Merge branch 'main' into feat/question-bank-qc-from-main

yemeishu 1 miesiąc temu
rodzic
commit
e5fb8805aa

+ 1 - 1
resources/views/pdf/partials/paper-body-core-styles.blade.php

@@ -117,7 +117,7 @@
     max-height: 28mm !important;
     height: auto !important;
 }
-.options-grid-4 .option svg {
+.options-grid-4 .option svg[data-option-image="1"] {
     width: 100% !important;
     max-width: 100% !important;
     max-height: 28mm !important;

+ 1 - 1
resources/views/pdf/partials/paper-exam-shared-image-styles.blade.php

@@ -57,7 +57,7 @@
     margin: 2px 0;
     vertical-align: top;
 }
-.option svg {
+.option svg[data-option-image="1"] {
     display: block;
     max-width: 100%;
     max-height: 42mm;