Skip to content

Commit

Permalink
Make the new location button not seem orphaned
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 21, 2024
1 parent 1a18701 commit 9ed4402
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/mc-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,10 @@ label[for=mc_uri_query]::before {
width: 30em;
}

.location-input select {
width: 100%;
}

.wp-core-ui .location-toggle .button {
margin-bottom: 0;
}
Expand Down

0 comments on commit 9ed4402

Please sign in to comment.