I want to make my SplitButton take entire width and height of its current row.
I tried to use the block
prop for the SplitButton, but without luck.
fiddle --> https://jsfiddle.net/f9vdksnu/5/
I want to make my SplitButton take entire width and height of its current row.
I tried to use the block
prop for the SplitButton, but without luck.
fiddle --> https://jsfiddle.net/f9vdksnu/5/
have you try inline-block
? on parent container?