forked from cadence/breezewiki
Make the search box magically fit the space
This commit is contained in:
parent
50a3bc819a
commit
a661ddb313
1 changed files with 3 additions and 0 deletions
|
@ -256,6 +256,9 @@ figcaption, .lightbox-caption, .thumbcaption {
|
||||||
.bw-ss__list--loading {
|
.bw-ss__list--loading {
|
||||||
background: #c0c0c0;
|
background: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
.bw-ss__input {
|
||||||
|
width: 100%; /* magically makes it fit the available space */
|
||||||
|
}
|
||||||
.bw-ss__input--accepted {
|
.bw-ss__input--accepted {
|
||||||
background: #fffbc0;
|
background: #fffbc0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue