Json Web Form CSS Fix - Bootsrtrap now requires that each li have a "list-inline-item", also have a PR

in on this with the react-jsonschema-form.
This commit is contained in:
Dan 2022-10-19 10:52:18 -04:00
parent 790d267b9e
commit 63c24e0241

View File

@ -86,3 +86,11 @@ span.bjs-crumb {
.markdown tbody tr:nth-of-type(odd) {
background: rgba(0,0,0,.05);
}
/* Json Web Form CSS Fix - Bootsrtram now requries that each li have a "list-inline-item", also have a PR
in */
.list-inline>li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}