infotexture / dita-bootstrap.lunr

DITA Open Toolkit plug-in that extends HTML output from the DITA Bootstrap plug-in with a Lunr.js search box
https://infotexture.github.io/dita-bootstrap/search-box.html
Apache License 2.0
0 stars 4 forks source link

Fix close button placement for Bootstrap 5.3.3 #46

Closed jason-fox closed 7 months ago

jason-fox commented 8 months ago

Related https://github.com/infotexture/dita-bootstrap/pull/177#

lakokkonen commented 8 months ago

@jason-fox I guess this is related to the upgrade to BS 5.3.3?

According to the docs they've dropped the even distribution of modal headers.

jason-fox commented 7 months ago

@lakokkonen - correct. without being float-end the Close Button ✖️ is now looks oddly placed.

lakokkonen commented 7 months ago

@jason-fox Would another solution be using the class justify-content-between on the modal header? That would presumably eliminate the need to use floats.

jason-fox commented 7 months ago

using the classjustify-content-between on the modal header

Fixed bff4eb8