From a505849e893abef50c4128c2b3bfc9fae5ad2c86 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 16 Feb 2021 17:38:24 -0800 Subject: [PATCH] Fixed style for new select items --- CHANGELOG.md | 4 ++++ app/assets/stylesheets/blazer/application.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa37e2ba7..354d73f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/assets/stylesheets/blazer/application.css b/app/assets/stylesheets/blazer/application.css index 50fb25d8f..c4325952d 100644 --- a/app/assets/stylesheets/blazer/application.css +++ b/app/assets/stylesheets/blazer/application.css @@ -236,3 +236,7 @@ h2 { .schema-table { max-width: 500px; } + +.selectize-dropdown .create { + padding: 5px 8px; +}