Skip to content

Commit

Permalink
Merge pull request #131 from alleyinteractive/fix/pin-buttons-margin
Browse files Browse the repository at this point in the history
Fix "Pin a Post" button margin
  • Loading branch information
ellm authored Feb 8, 2024
2 parents d75b6b5 + cf70be1 commit 7831b7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `WP Curate` will be documented in this file.

## 1.6.2 - 2024-02-08

- Bug Fix: Add intentional spacing before PostPicker buttons.

## 1.6.1 - 2024-02-02

- Make nunomaduro/collision a dev dependency.
Expand Down
4 changes: 2 additions & 2 deletions blocks/post/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

&__post-picker {
margin-bottom: 0.5rem;
margin-top: 0.5rem;
text-align: right;
}
}
}
2 changes: 1 addition & 1 deletion wp-curate.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Curate
* Plugin URI: https://github.com/alleyinteractive/wp-curate
* Description: Plugin to curate homepages and other landing pages
* Version: 1.6.1
* Version: 1.6.2
* Author: Alley Interactive
* Author URI: https://github.com/alleyinteractive/wp-curate
* Requires at least: 6.4
Expand Down

0 comments on commit 7831b7d

Please sign in to comment.