How to set labael alignment

Mohammad Qasim 576 Reputation points
2020-12-04T07:28:09.803+00:00

45028-uiddldossier.pngGreetings

Using Sharepoint 2016 ,

Problem: How to set Label of dropdown , as other's are coming top of controll, Below picture is for reference

Html Code

45088-ddldossiersettingsourcecode.png

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,609 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MichaelHan-MSFT 18,031 Reputation points
    2020-12-07T06:26:11.877+00:00

    Hi @Mohammad Qasim ,

    In line 107-109 of your code, you could try to put the line break tag <br /> at the end of the <span> tag. It may work for you, like this:

    <div class="form-label-group">                 
                    <span>Dossier</span><br />  
    

    45625-image.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.