Skip to content

Commit

Permalink
v2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Jul 24, 2024
1 parent 1e74c9a commit 7c22609
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ and this project adheres to

### Changed

### Fixed

## [v2.7.9] - 2024-07-24

### Changed

- CSS - standardized some more tailwind components
[PR#2324](https://github.com/OpenFn/lightning/pull/2324)

### Fixed

## [v2.7.8] - 2024-07-24

### Added

### Changed

- Enable End to End Integration tests
Expand Down
2 changes: 1 addition & 1 deletion lib/lightning_web/live/job_live/adaptor_picker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule LightningWeb.JobLive.AdaptorPicker do
@impl true
def render(assigns) do
~H"""
<div class="grid grid-cols-4 gap-2 @container">
<div class="grid grid-cols-4 gap-2 @container items-end">
<div class="col-span-4 @md:col-span-2">
<Form.label_field
form={:adaptor_picker}
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
def project do
[
app: :lightning,
version: "2.7.8",
version: "2.7.9",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 7c22609

Please sign in to comment.