Skip to content
Snippets Groups Projects
Commit b92a4818 authored by Jacob Poul Richardt's avatar Jacob Poul Richardt
Browse files

Fixed likert scale on mac style.

parent 0b325960
No related branches found
No related tags found
No related merge requests found
...@@ -344,8 +344,9 @@ input[type="range"]::-ms-fill-upper { ...@@ -344,8 +344,9 @@ input[type="range"]::-ms-fill-upper {
.LikertScale .Scale > label > input { .LikertScale .Scale > label > input {
position: relative; position: relative;
width: 100%;
display: inline-block; display: inline-block;
margin-left: auto;
margin-right: auto;
} }
.LikertScale .Scale > label > span:last-child { .LikertScale .Scale > label > span:last-child {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment