Pregunta

I'm using Bootbox to create a nicer looking alert dialog for my web application. Is it possible to center-justify the text on the alert dialog?

¿Fue útil?

Solución

You can just add this style to your css:

.modal-body {
    text-align: center;
}

Fiddle

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top