Hi,
I have one CSS.
.buttonSize
{
min-width : 58%
}
Actually, I have two buttons, with text "Hovers" & "Copy". My button without any css taking spaces which can wrap the text size. This way size of two buttons is not same.
What I tried:
a) I have hacked by adding two spaces to "copy" and tried. On some browsers, it worked fine but on mozilla it was taking little more space(as compared to hovers button).
b) I have added the css class above & added in the tags of the buttons. worked fine on all browsers on all OS(windows, Ios, etc.) but when I tried it on tabs or mobiles, it was behaving as if no css class is defined and it is just wrapping the no. of characters.
Can you please tell me some way where I can be very sure & can make code totally browser in-dependent & os independent?
Thanks in advance.