mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-24 12:18:17 +00:00
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:
parent
790d267b9e
commit
63c24e0241
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user