Skip to content

Commit

Permalink
Fix toolbar CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
elring authored and paveljanda committed Oct 13, 2023
1 parent 793e5e7 commit 3218e7e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/datagrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,18 @@
display: inline-block
}

.datagrid .datagrid-toolbar > span {
.datagrid .datagrid-toolbar > div > span {
margin-left: 1em
}

.datagrid .datagrid-toolbar > span > a {
.datagrid .datagrid-toolbar > div > span > a {
margin-left: 0.5em
}

.datagrid .datagrid-toolbar > div {
display: inline-block
}

.datagrid-toolbar .fa-square, .datagrid-toolbar .fa-check-square {
font-weight: normal;
}
Expand Down

0 comments on commit 3218e7e

Please sign in to comment.