Skip to content

Commit

Permalink
#9725: Fix expand layer legend arrows not aligned in TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudadel54 committed Dec 1, 2023
1 parent 57ba6d7 commit f3fd6be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web/client/themes/default/less/toc.less
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,17 @@

}
}
/* fix not align legend item content in one line in layer group */
.toc-group-children {
.toc-default-group{
.toc-group-children{
div.toc-title{
width: calc(140px - 16px);
}
}
}

}

}

Expand Down

0 comments on commit f3fd6be

Please sign in to comment.