Skip to content
Snippets Groups Projects
Commit f435f72a authored by Kishan Gajjar's avatar Kishan Gajjar Committed by rde
Browse files

[IMP] website: Limit size of favicon

Before this commit, if you uploaded a big image, it would break the settings
screen.

Now, the image will have its displayed size limited to 90px
parent 2a43636a
Branches
Tags
No related merge requests found
......@@ -26,7 +26,7 @@
</div>
<div class="row">
<label class="col-md-3 o_light_label" for="favicon" />
<field name="favicon" widget="image"/>
<field name="favicon" widget="image" class="pull-left oe_avatar"/>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment