web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : GzOuEfBxK0YPFgMqMUjWr8
Power Apps - Building Power Apps
Unanswered

Top and Bottom Padding with HTML Text Element

Like (1) ShareShare
ReportReport
Posted on 17 Nov 2023 15:46:49 by 35

Hey All,

 

I'm using an HTML Text element with Auto Height on because the value may be one or more lines (with a Display Mode of "View"). I'm getting a lot padding above and below the text. When I go back to the multi-line text field in SharePoint from where the value came, I see the reason. The value is surrounded by "<div class="ExternalClass620B0B5A1B3A4E1F97EA27C371AB1C38">" and "<br/></div>". Is there any way to counteract this to remove the extra padding above and below?

 

Thanks,

Scott

I have the same question (0)
  • Pro_User_365 Profile Picture
    546 on 17 Nov 2023 at 15:55:44
    Re: Top and Bottom Padding with HTML Text Element

    Hi @srosenbloom ,

    To remove the extra padding above and below the text in the HTML Text element, you can use the following CSS style directly in the HTML Text element:

    <style>
     .ExternalClass620B0B5A1B3A4E1F97EA27C371AB1C38 {
     margin: 0; /* Remove margin */
     padding: 0; /* Remove padding */
     }
    </style>
    
    <div class="ExternalClass620B0B5A1B3A4E1F97EA27C371AB1C38">
     <!-- Your text here -->
    </div>

    Note: After receiving the answer, if you think it's helpful, please consider accepting it. 😊 Regards! Ali Shahzad

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 629 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 397 Super User 2025 Season 2

#3
wolenberg_ Profile Picture

wolenberg_ 232 Moderator

Last 30 days Overall leaderboard
Loading complete