Skip to content

Commit

Permalink
[single-dropdown] Remove self-alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Sep 26, 2024
1 parent 39bcc15 commit 4a930ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
## 2.21.31 (2024-09-28)
## 2.22.0 (2024-09-28)

#### Changed

- `single-dropdown` - No longer aligns itself at the beginning of a flex container (i.e., removed ``align-self: flex-start`).
- `nested-grid` - Row-header labels are now sticky within their grid areas.

#### Added
Expand Down
2 changes: 1 addition & 1 deletion src/re_com/dropdown.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@
(when @drop-showing? "chosen-with-drop ")
class) ;; Prevent user text selection
:style (merge (flex-child-style (if width "0 0 auto" "auto"))
(align-style :align-self :start)
#_(align-style :align-self :start)
{:width width}
style)}
(when tooltip
Expand Down

0 comments on commit 4a930ec

Please sign in to comment.