Prevent stars from wrapping on multiple lines.

This commit is contained in:
Fabien Basmaison 2021-04-24 13:23:03 +02:00
parent cbdf573261
commit 32fb06c9e6

View file

@ -85,6 +85,13 @@ body {
}
}
/** Stars
******************************************************************************/
.stars {
white-space: nowrap;
}
/** Stars in a review form
*
* Specificity makes hovering taking over checked inputs.