How can I have the right align button for use?
How can I align this button to the right side? I tried with "some classes" but it is not changing the place (working with lwc)
Html:
   Â       Â
           Â               Â
               Â                                            data-id = "Broker"
                        name="Broker"
                        label="Broker"
                        value={Broker}
                        options={groupOptions}
                        onchange={takeFilter}
                        variant="label-hidden">
                   Â
               Â
               Â
               Â                                       Â
               ÂTo have a right align button, you first need to occupy the whole space. You have mentioned size="3" and size="4" which means you only occupied 7 out of 12 grids. You need to change it to
 Â
   Â
   Â
 Â
 Â
   Â
   Â
 Â
And add class in both, the first one being class="slds-text-align_left" and the second one to shift to right as class="slds-text-align_right".
Then it looks like this.
Interviews
- Business Analyst Interview Questions
- DevOps Interview Questions
- AWS Interview Questions
- QA Testing Interview Questions
- Software Testing Interview Questions
- SQL Interview Questions
- Salesforce Interview Questions
- Java Interview Questions
- Hibernate Interview Questions
- Spark Interview Questions
- Vmware Interview Questions
- Data Science Interview Questions
- Digital Marketing Interview Questions
- API Testing Interview Questions
- SSAS Interview Questions
- Power BI Interview Questions
- Cloud Computing Interview Questions
- SSRS Interview Questions
- Manual Testing Interview Questions
- Social Media Interview Questions
- Performance Testing Interview Questions
- MSBI Interview Questions
- QTP Interview Questions
- Automation Testing Interview Questions
- SSIS Interview Questions
- GIT Interview Questions