Commit 93e27737 authored by Fabien Manière's avatar Fabien Manière

fix irght handed small branch position

parent 8d64928c
Pipeline #3952 failed with stage
......@@ -10155,6 +10155,9 @@ input[type=range]:-moz-focusring {
.left-handed .maintree--with-child > .maintree__node > .maintree::before {
content: "┘";
position: absolute;
right: 0;
top: 3px;
}
.maintree--blank {
......
......@@ -9959,6 +9959,9 @@ input[type=range]:-moz-focusring {
.left-handed .maintree--with-child > .maintree__node > .maintree::before {
content: "┘";
position: absolute;
right: 0;
top: 3px;
}
.maintree--blank {
......
......@@ -9721,6 +9721,9 @@ input[type=range]:-moz-focusring {
.left-handed .maintree--with-child > .maintree__node > .maintree::before {
content: "┘";
position: absolute;
right: 0;
top: 3px;
}
.maintree--blank {
......
......@@ -9969,6 +9969,9 @@ input[type=range]:-moz-focusring {
.left-handed .maintree--with-child > .maintree__node > .maintree::before {
content: "┘";
position: absolute;
right: 0;
top: 3px;
}
.maintree--blank {
......
......@@ -9970,6 +9970,9 @@ input[type=range]:-moz-focusring {
.left-handed .maintree--with-child > .maintree__node > .maintree::before {
content: "┘";
position: absolute;
right: 0;
top: 3px;
}
.maintree--blank {
......
......@@ -49,6 +49,9 @@ $node-popup-width: 544px
content: "└"
@include left-handed
content: "┘"
position: absolute
right: 0
top: 3px
// for <Cloak> use cases
animation: 15ms fade-in
......
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