Our blazing fast Grid component built with pure JavaScript


Post by d.salvati »

Hello, how can I edit a default margin-bottom: 0.5rem on the text element (underlined in the code) which is inside a button element? thank you

{
                type: 'button',
                ref         : 'readOnlyButton',
                [u]text[/u]        : 'read-only mode',
                tooltip     : 'Toggles read-only mode on grid',
                toggleable  : true,
                icon        : 'b-fa-square',
                pressedIcon : 'b-fa-check-square'
}

Post by mats »

You can override it with your own CSS rules, just like any other elements?


Post Reply