bootboxjs / bootbox

Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework

Home Page:http://bootboxjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Title and Close X

Cytotoxic opened this issue · comments

commented

The title is right aligned and the close X floats on the left side of the title length. BS 5.1.3
bootbox

This has been covered before - this is what you're going to see using Bootbox 5 with Bootstrap 5.

commented

Sorry I am using 6.0.0-wip

@Cytotoxic If you want to provide a reproducible example of this using the v6 branch and Bootstrap 5, I'll reopen the issue. I'm using both in a current project and I do not see what your screenshot demonstrates.

commented

@tiesont You are correct it worked when building out a test it must be a conflict with something else I am running.

@Cytotoxic Yeah, if you're relying on npm or similar, the v6 branch has not been published anywhere, so it would pull in v5.

commented

@tiesont I found out what just not why it's building the /h5 tag after the /button tag when it should be building the h5 tag first. But again, not an issue since my bare bones test worked with only necessary files for the test.

commented

@tiesont Actually there is an issue with the ".min" version here is the test: https://jsfiddle.net/kyr8saxt/1/

It works when I run the unminified version but not with the minified version of 6.0.0-wip