From 8e186d136477a6e08a85947c938c6d139c48af8e Mon Sep 17 00:00:00 2001 From: Takashi Kanemoto Date: Fri, 24 Apr 2020 23:28:46 +0900 Subject: [PATCH] wip --- docs/index.html | 11 +++++++++++ src/layout.scss | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/docs/index.html b/docs/index.html index f0aebf6..7ebc7dd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -133,6 +133,17 @@

Example of + +
+ + +
+ diff --git a/src/layout.scss b/src/layout.scss index f7e193b..a6a5375 100644 --- a/src/layout.scss +++ b/src/layout.scss @@ -25,6 +25,17 @@ border-bottom-right-radius: 0; } +// form-control-sm +.form-control-sm + .select2-container--bootstrap4 { + .select2-selection { + height: $input-height-sm !important; + @include font-size($input-font-size-sm); + .select2-selection__rendered { + margin-top: -0.2em; + } + } +} + .select2-container--bootstrap4 { // input box