Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .rating-item-group, li[data-type=control_scale] .form-sub-label-container {
- flex-wrap: nowrap!important;
- }
- .rating-item:not(:last-child) {
- margin-right: 0.75em!important;
- }
- .rating-item:last-child {
- max-width: fit-content;
- }
- .rating-item:first-child {
- max-width: fit-content;
- }
- .rating-item:not(:last-child) {
- margin-right: 0.75em;
- }
- //mobile view
- @media screen and (max-width:480px){
- #cid_55 > span > div > div, #cid_69 > span > div > div {
- flex-wrap: wrap!important;
- }
- #cid_55 > span > div > div > div:nth-child(10), #cid_69 > span > div > div > div:nth-child(10) {
- margin-left: -1.50em!important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement