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

is not in the center

Open leobarussi opened this issue 7 years ago • 2 comments

I started using it, but the dialog boxes are not aligned in the center, could anyone help me?

leobarussi avatar Jan 20 '18 13:01 leobarussi

Make sure you add bootstrap CSS, if that does not help please create a jsfiddle to reproduce the issue

craftpip avatar Jan 20 '18 17:01 craftpip

i have experienced this problem too. I cant re create the issue as I am using this as part of a chrome extension and there are other factors to think about such as 3rd party css however, in my case the following did it for me

.col-md-4{ max-width: unset!important; }

LordRampantHump avatar Feb 13 '21 12:02 LordRampantHump