Fix broken tree line when the DB is expanded
Ref: 0dc9394b40
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
e0e740f108
commit
c57fbe1924
@ -254,7 +254,7 @@
|
||||
b {
|
||||
display: block;
|
||||
height: 0.75em;
|
||||
bottom: 0;
|
||||
bottom: -0.5rem;// Compensate for vertical-align: sub; of hover_show_full
|
||||
left: 0.75em;
|
||||
border-left: 1px solid #666;
|
||||
}
|
||||
|
||||
@ -312,7 +312,7 @@ img {
|
||||
b {
|
||||
display: block;
|
||||
height: 0.75em;
|
||||
bottom: 0;
|
||||
bottom: -0.5rem;// Compensate for vertical-align: sub; of hover_show_full
|
||||
left: 0.75em;
|
||||
border-left: 1px solid #616161;
|
||||
}
|
||||
|
||||
@ -250,10 +250,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Bottom segment for the tree element connections
|
||||
b {
|
||||
display: block;
|
||||
height: 0.75em;
|
||||
bottom: 0;
|
||||
bottom: -0.5rem;// Compensate for vertical-align: sub; of hover_show_full
|
||||
left: 0.75em;
|
||||
border-left: 1px solid #666;
|
||||
}
|
||||
|
||||
@ -240,7 +240,7 @@
|
||||
b {
|
||||
display: block;
|
||||
height: 0.75em;
|
||||
bottom: 0;
|
||||
bottom: -0.5rem;// Compensate for vertical-align: sub; of hover_show_full
|
||||
left: 0.75em;
|
||||
border-left: 1px solid #666;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user