Skip to Main Content
Change series label on graphs Change the login background image

Change the Message Confirm width

How to change the Message Confirm Width

Example:

Applies to the JavaScript method apex.message.confirm

.ui-front.ui-dialog--notification{
    width:400px !important;
}
.ui-widget-content {
    width:400px !important;
}