Title attribute displays far from the button

Title attribute displays far from the button

BTalayiBTalayi Posts: 18Questions: 4Answers: 0
edited November 2020 in Buttons

Hi everyone,

I'm using a button with a Font Awesome icon. Title attribute displays with a space from button. This problem happens in large screens like 21inches only and on my laptop screen it works fine. Do you know what should I add or modify in my css file?

Thanks for your help in advance.

  {
                    extend: 'edit',
                    text: '<span class="fa fa-pencil fa-lg" aria-hidden="true"></span> Edit',
                    titleAttr: 'Edit',
                    editor: updateStatusEditor
   },         

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.