Skip to content

Commit

Permalink
chore: "embed" is clearer than "thing" ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt authored Sep 29, 2018
1 parent 6268c1a commit 9199dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/embed/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
margin: 0;
clear: both; // Necessary because we use responsive trickery to set width/height, and therefore the video doesn't intrinsically clear floats like an image does.

// Apply a min-width, or the thing can collapse when floated.
// Apply a min-width, or the embed can collapse when floated.
min-width: $break-mobile / 2;

&.is-loading {
Expand Down

0 comments on commit 9199dd4

Please sign in to comment.