mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 08:36:32 +00:00
Merge pull request #996 from arkhi/stars-no-wrap
Prevent stars from wrapping on multiple lines
This commit is contained in:
commit
8e6642b322
1 changed files with 7 additions and 0 deletions
|
@ -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 a new issue