Skip to content

Commit

Permalink
Update button-set alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sobakasu committed Dec 18, 2024
1 parent 779f0cc commit faed3bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
katalyst-kpop (3.2.4)
katalyst-kpop (3.2.5)
katalyst-html-attributes
turbo-rails
view_component
Expand Down
3 changes: 2 additions & 1 deletion app/assets/stylesheets/katalyst/kpop/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@

.button-set {
display: flex;
gap: 0.5rem;
gap: var(--gap, 0.5rem);
justify-content: flex-end;
align-items: baseline;
}

&.iframe {
Expand Down
2 changes: 1 addition & 1 deletion katalyst-kpop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "katalyst-kpop"
spec.version = "3.2.4"
spec.version = "3.2.5"
spec.authors = ["Katalyst Interactive"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit faed3bb

Please sign in to comment.