Skip to content

SelectableLabel: override default padding values more completely

It was already setting padding to 0, but that doesn't override the individual top/left/right/bottom properties. We need to do those too, and also set them to undefined instead of 0 to make it easier for users of the control to re-add padding if they want.

BUG: 495256

Before After
Before After
Edited by Nate Graham

Merge request reports

Loading