Elastic: Fix border radius in popovers on small screens (#6911)

pull/6950/head
johndoh 5 years ago committed by Aleksander Machniak
parent b10a0dbb7e
commit 4d66547034

@ -55,6 +55,7 @@
display: none; display: none;
} }
@media screen and (min-width: (@screen-width-small + 1px)) {
.listing { .listing {
li:first-child { li:first-child {
border-radius: .25rem .25rem 0 0; border-radius: .25rem .25rem 0 0;
@ -65,6 +66,7 @@
} }
} }
} }
}
#rcmKSearchpane { #rcmKSearchpane {
width: auto; width: auto;

Loading…
Cancel
Save