Skip to content

Commit

Permalink
Adding padding above the list of options, and adjusting the space bel…
Browse files Browse the repository at this point in the history
…ow to match.
  • Loading branch information
shaunandrews authored and draganescu committed Feb 13, 2020
1 parent 61ef63f commit 778f6a1
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
display: none;
}

// Forcing some space above the list of options in
// the dropdown to visually balance them.
.block-editor-media-replace-flow__options .components-popover__content {
padding-top: 8px;
}

.block-editor-media-replace-flow__indicator {
margin-left: 4px;

Expand All @@ -17,7 +23,7 @@
padding: 12px 16px 8px 16px;
max-width: 258px;
border-top: 1px solid $light-gray-800;
margin-top: 5px;
margin-top: 8px;

input {
max-width: 180px;
Expand Down

0 comments on commit 778f6a1

Please sign in to comment.