Skip to content

Commit

Permalink
Dropdown: improve options spacing (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
operramon authored Nov 26, 2024
1 parent 571c465 commit 87e30fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.67.8 (2024-11-25)

### Improvements

- **Dropdown**: Better spacing for options with an icon aligned to the right

# 2.67.7 (2024-11-04)

### Bug fix
Expand Down
2 changes: 1 addition & 1 deletion projects/pastanaga-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@guillotinaweb/pastanaga-angular",
"description": "Provides Pastanaga UI elements as Angular components",
"version": "2.67.7",
"version": "2.67.8",
"license": "MIT",
"keywords": [
"angular",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
}

pa-icon.pa-option-right-icon {
margin-left: rhythm(1.5);
margin-right: 0;
}
}

0 comments on commit 87e30fc

Please sign in to comment.