Skip to content

Commit

Permalink
Tag Cloud: Remove editor style so editor matches frontend (#33289)
Browse files Browse the repository at this point in the history
* Tag Cloud: Remove editor style so editor matches frontend

* Remove all editor styles

* move editor styles to the frontend
  • Loading branch information
scruffian authored and sarayourfriend committed Jul 15, 2021
1 parent 0c86fe5 commit b88c5ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
1 change: 0 additions & 1 deletion packages/block-library/src/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
@import "./social-links/editor.scss";
@import "./spacer/editor.scss";
@import "./table/editor.scss";
@import "./tag-cloud/editor.scss";
@import "./template-part/editor.scss";
@import "./text-columns/editor.scss";
@import "./video/editor.scss";
Expand Down
13 changes: 0 additions & 13 deletions packages/block-library/src/tag-cloud/editor.scss

This file was deleted.

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 b88c5ba

Please sign in to comment.