質問

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?

役に立ちましたか?

解決

You can just add this style to your css:

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

Fiddle

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top