Advertisement
iamjohnrex03

Untitled

Jun 9th, 2021
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.64 KB | None | 0 0
  1. .rating-item-group, li[data-type=control_scale] .form-sub-label-container {
  2.     flex-wrap: nowrap!important;
  3. }
  4. .rating-item:not(:last-child) {
  5.     margin-right: 0.75em!important;
  6. }
  7. .rating-item:last-child {
  8.     max-width: fit-content;
  9. }
  10. .rating-item:first-child {
  11.     max-width: fit-content;
  12. }
  13. .rating-item:not(:last-child) {
  14.     margin-right: 0.75em;
  15. }
  16. //mobile view
  17. @media screen and (max-width:480px){
  18. #cid_55 > span > div > div, #cid_69 > span > div > div {
  19.     flex-wrap: wrap!important;
  20. }
  21. #cid_55 > span > div > div > div:nth-child(10), #cid_69 > span > div > div > div:nth-child(10) {
  22.     margin-left: -1.50em!important;
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement