function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Govind BangaloreGovind Bangalore 

How to increase quickAction Button Width/Height In LWC

Hello Folks,
I am working on a project and I am facing a challenge. I have a lwc component that is added in lwc quickAction Button. now the challenge is how to increase the quickAction Button Width/Height in Lwc.
There is an option in aura quickAction button but I have to work  in lwc.

Please show me some way.
Thanks in advance
Best Answer chosen by Govind Bangalore
ravi soniravi soni
Hi Govind,
Please find your answer from the below link.
https://sfdcfamily.blogspot.com/2022/03/how-to-increase-quick-action-width-and.html

don't forget to mark it as the best answer.
Thank you

All Answers

PriyaPriya (Salesforce Developers) 

Hey Govind,

Check this examples to set the size of button :- 

https://salesforce.stackexchange.com/questions/281093/lwc-adjust-width-of-lightning-button

https://salesforce.stackexchange.com/questions/180622/how-do-i-make-a-lightningbutton-expand-horizontally-to-fill-a-div

Kindly mark it as the best answer it helps,

Thank you,

Priya Ranjan

ravi soniravi soni
Hi Govind,
Please find your answer from the below link.
https://sfdcfamily.blogspot.com/2022/03/how-to-increase-quick-action-width-and.html

don't forget to mark it as the best answer.
Thank you
This was selected as the best answer