Skip to content

Commit

Permalink
Fix vertical offset of batch action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Nov 16, 2021
1 parent b32077b commit 54e986c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default {
display: block;
li {
float: left !important;
margin-top: var(--oc-space-xsmall);
margin-bottom: var(--oc-space-xsmall);
}
Expand Down

0 comments on commit 54e986c

Please sign in to comment.