Skip to content

Commit

Permalink
Fix padding of detail / preview panel button (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
luorlandini authored Jul 1, 2021
1 parent 70f3387 commit 8c84684
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@
flex: 1;
word-break: break-word;
font-size: 1rem;
margin: 0;
margin: 0.3rem 0 0 0;
.fa {
margin: 0;
margin-right: 0.6rem;
}
}
.gn-details-panel-tools{
button, a{
padding: 0 0 0 0.5rem;
padding: 0.1rem 0 0 0.5rem;
}
}

Expand Down

0 comments on commit 8c84684

Please sign in to comment.