@@ -1578,4 +1578,12 @@ export default {
justify-content: flex-start;
align-items: flex-start;
}
+
+.prescription-image-small {
+ max-width: 100%;
+ max-height: 100%;
+ width: auto;
+ height: auto;
+ object-fit: contain;
+}
</style>