mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +03:00
Fix dropdown UI issue (fixes #64)
This commit is contained in:
parent
d0d4efa0a7
commit
8b20b083ea
|
@ -17,7 +17,7 @@
|
||||||
.dk-selected {
|
.dk-selected {
|
||||||
color: $secondary-color;
|
color: $secondary-color;
|
||||||
border-color: rgba($secondary-color, .5);
|
border-color: rgba($secondary-color, .5);
|
||||||
padding: 0.15em 0.6em 0.2em 0.5em;
|
padding: 0.15em 1.5em 0.2em 0.5em;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,7 +52,9 @@
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important
|
box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important;
|
||||||
|
right: auto;
|
||||||
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dk-option {
|
.dk-option {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user