mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
fix: button sizing (#22777)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
aria-label="{{ _('Your email address...') }}"
|
aria-label="{{ _('Your email address...') }}"
|
||||||
aria-describedby="footer-subscribe-button">
|
aria-describedby="footer-subscribe-button">
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<button class="btn btn-outline-secondary"
|
<button class="btn btn-sm btn-outline-secondary"
|
||||||
type="button" id="footer-subscribe-button">{{ _("Get Updates") }}</button>
|
type="button" id="footer-subscribe-button">{{ _("Get Updates") }}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user