Merge pull request #996 from arkhi/stars-no-wrap
Prevent stars from wrapping on multiple lines
This commit is contained in:
commit
8e6642b322
|
@ -85,6 +85,13 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
/** Stars
|
||||
******************************************************************************/
|
||||
|
||||
.stars {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/** Stars in a review form
|
||||
*
|
||||
* Specificity makes hovering taking over checked inputs.
|
||||
|
|
Loading…
Reference in New Issue