Merge pull request #996 from arkhi/stars-no-wrap

Prevent stars from wrapping on multiple lines
This commit is contained in:
Mouse Reeve 2021-04-24 06:51:42 -07:00 committed by GitHub
commit 8e6642b322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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