jquery-confirm icon indicating copy to clipboard operation
jquery-confirm copied to clipboard

Not showing properly in safari

Open maxmas opened this issue 6 years ago • 0 comments

The shown results different in Chrome and Safari. In Safari, ㄔhe text and buttons it displays are very small. But it’s normal in Chrome.

$.alert({ title: 'Hello', content: 'Simple alert', });

I can define the content text, but I do not know how to define 'OK' button.

maxmas avatar Feb 12 '19 09:02 maxmas