Center icon in a button
0
My button spans an entire cell. There is an Icon on the button, but no caption. Is there a way to center the icon in the button?
asked
2015-10-11
Gerard Veurink
1
answers
0
In the style property of the button, try something like:
width: 100%; text-align: center;
answered
2015-10-12
David Sanders