forked from mirrors/bookwyrm
Prevent stars from wrapping on multiple lines.
This commit is contained in:
parent
cbdf573261
commit
32fb06c9e6
1 changed files with 7 additions and 0 deletions
|
@ -85,6 +85,13 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Stars
|
||||||
|
******************************************************************************/
|
||||||
|
|
||||||
|
.stars {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
/** Stars in a review form
|
/** Stars in a review form
|
||||||
*
|
*
|
||||||
* Specificity makes hovering taking over checked inputs.
|
* Specificity makes hovering taking over checked inputs.
|
||||||
|
|
Loading…
Reference in a new issue