mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Merge pull request #45054 from frappe/mergify/bp/version-15-hotfix/pr-45053
fix(style): set image width in BOM (backport #45053)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div class="col-md-5" style="max-height: 500px">
|
<div class="col-md-5" style="max-height: 500px">
|
||||||
{% if data.image %}
|
{% if data.image %}
|
||||||
<div class="border image-field " style="overflow: hidden;border-color:#e6e6e6">
|
<div class="border image-field " style="overflow: hidden;border-color:#e6e6e6">
|
||||||
<img class="responsive" src={{ data.image }}>
|
<img class="responsive" style="width: 100%;" src={{ data.image }}>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user