Skip to content

Commit

Permalink
Fixed style for new select items
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Feb 17, 2021
1 parent 307886c commit a505849
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.3 (unreleased)

- Fixed style for new select items

## 2.4.2 (2021-02-08)

- Added support for Apache Ignite
Expand Down
4 changes: 4 additions & 0 deletions app/assets/stylesheets/blazer/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,7 @@ h2 {
.schema-table {
max-width: 500px;
}

.selectize-dropdown .create {
padding: 5px 8px;
}

0 comments on commit a505849

Please sign in to comment.