mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-24 18:52:55 +01:00
fix select2 elements on mobile
This commit is contained in:
parent
16f22fb7a6
commit
121002b8da
@ -3,6 +3,7 @@
|
||||
.select2-container--bigchaindb {
|
||||
@import 'single';
|
||||
@import 'multiple';
|
||||
max-width: 100%;
|
||||
|
||||
.select2-dropdown {
|
||||
border-radius: $border-radius;
|
||||
@ -43,7 +44,7 @@
|
||||
@extend .form-control;
|
||||
padding-left: $spacer;
|
||||
padding-right: $spacer;
|
||||
border-bottom: none !important;
|
||||
border-bottom: none !important; // stylelint-disable-line declaration-no-important
|
||||
background: rgba($input-border-color, .2);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user