Vijayakrishnan 4 жил өмнө
parent
commit
9eb4a45b66

+ 1 - 2
resources/views/app/patient/canvas-sections/rx/summary.php

@@ -21,8 +21,7 @@ if(count($contentData['items'])) {
                 <?= !!$item["frequency"] ? '/&nbsp;' . $item["frequency"] : '' ?>
                 <?= !!$item["frequency"] ? '/&nbsp;' . $item["frequency"] : '' ?>
             </div>
             </div>
             <?php if(!!$item["detail"]): ?>
             <?php if(!!$item["detail"]): ?>
-                <div class="text-secondary font-weight-bold">Detail</div>
-                <div class="ml-2"><?= $item["detail"] ?></div>
+                <div class="text-secondary"><?= $item["detail"] ?></div>
             <?php endif; ?>
             <?php endif; ?>
         </div>
         </div>
 <?php
 <?php