Commit fcea26ed authored by Nikolay Gromov's avatar Nikolay Gromov

field-toggler fix

parent 3f51e028
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
width: 2.125em; width: 2.125em;
height: 1.25em; height: 1.25em;
position: absolute; position: absolute;
top: 0.125em; top: 0;
left: 0; left: 0;
background-color: @gray-lighter; background-color: @gray-lighter;
border: 1px solid @border-color; border: 1px solid @border-color;
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
& + .field-toggler__name-text:after { & + .field-toggler__name-text:after {
content: ''; content: '';
position: absolute; position: absolute;
top: 0.25em; top: 0.125em;
left: 0.125em; left: 0.125em;
height: 1em; height: 1em;
width: 1em; width: 1em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment