Skip to content

Commit

Permalink
PLANET-7635 Move remaining code from plugin
Browse files Browse the repository at this point in the history
This is in preparation to finally retire it
  • Loading branch information
mleray committed Dec 18, 2024
1 parent 7fe3e28 commit 7bdcdda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/src/scss/blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
@import "blocks/core-overrides/Columns";
@import "blocks/core-overrides/Heading";
@import "blocks/core-overrides/Embed";
@import "blocks/core-overrides/File";

// Other
@import "blocks/WideBlocks";
Expand Down
6 changes: 6 additions & 0 deletions assets/src/scss/blocks/core-overrides/File.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.wp-block-file .wp-block-file__button {
overflow: unset;
padding: 0 1em;
margin-inline-start: 1em;
font-size: .8em;
}

0 comments on commit 7bdcdda

Please sign in to comment.