Bug explanation
If you set padding for a Textbox inline in style, its worked; but if you move the padding to a setter in ResourceDictionary, it's not working.
For example:
<Style x:Key="LInputTextField" TargetType="{x:Type TextBox}" BasedOn="{StaticResource MaterialDesignOutlinedTextBox}">
Not work
but:
Worked
### Version
4.7.1.0