Hello everyone.
It's the first time I post questions here. Nice to meet you.
I want to set a padding-right for some description text of my commandlinkbutton. So I set the QSS like this:
QCommandLinkButton
{
padding-right:15px;
}
but the result is :
The padding is set to the commandlinkbutton, not the text......how can I set the padding to the description text?
Bookmarks