Skip to content

Commit

Permalink
Improve buttons alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Feb 25, 2019
1 parent 57fcae7 commit 8c278e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/editor/src/components/document-outline/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
border: none;
display: flex;
align-items: flex-start;
margin: 0 0 0 -1px;
padding: 2px 5px 2px 1px;
color: $dark-gray-800;
text-align: left;

Expand All @@ -67,3 +69,7 @@
background: $alert-yellow;
}
}

.document-outline__item-content {
padding: 1px 0;
}

0 comments on commit 8c278e6

Please sign in to comment.