Skip to content

Commit

Permalink
move editor styles to the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jul 12, 2021
1 parent 0a4b6a7 commit b4b48d5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/block-library/src/tag-cloud/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,15 @@
padding-left: 1em;
padding-right: 1em;
}

a {
display: inline-block;
margin-right: 5px;
}

span {
display: inline-block;
margin-left: 5px;
text-decoration: none;
}
}

0 comments on commit b4b48d5

Please sign in to comment.