diff options
| -rw-r--r-- | app/assets/stylesheets/components/_select2.sass | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/app/assets/stylesheets/components/_select2.sass b/app/assets/stylesheets/components/_select2.sass index 38603e11a..f31387c9f 100644 --- a/app/assets/stylesheets/components/_select2.sass +++ b/app/assets/stylesheets/components/_select2.sass @@ -79,6 +79,9 @@          .select2-search--inline .select2-search__field            height: 28px +      .select2-selection__rendered +        padding-right: 20px +      .select2-container--bootstrap .select2-selection        border-color: rgba($grey, 0.3) | 
