fix(RFQ): make "update password" and "submit quotation" buttons the same size (#36667)

fix(RFQ): button styling
This commit is contained in:
Raffael Meyer 2023-08-17 08:34:05 +02:00 committed by GitHub
parent 98adfb4c9a
commit 552bbb1d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ class RequestforQuotation(BuyingController):
"supplier": data.get("supplier"),
"supplier_name": data.get("supplier_name"),
"update_password_link": f'<a href="{update_password_link}" class="btn btn-default btn-xs" target="_blank">{_("Set Password")}</a>',
"portal_link": f'<a href="{rfq_link}" class="btn btn-default btn-sm" target="_blank"> {_("Submit your Quotation")} </a>',
"portal_link": f'<a href="{rfq_link}" class="btn btn-default btn-xs" target="_blank"> {_("Submit your Quotation")} </a>',
"user_fullname": full_name,
}
)