Skip to content

Commit

Permalink
span bar row size fix. resolves #589
Browse files Browse the repository at this point in the history
(cherry picked from commit 3fe952ab8c829072c4e6cd314bfd656c1d1ebfe5)
Signed-off-by: Ivan Kopeykin <ikopeykin@ozon.ru>
  • Loading branch information
vankop committed Jul 17, 2020
1 parent e4bf749 commit 09d763f
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ limitations under the License.
/* The size of the indentGuide is based off of the iconWrapper */
padding-right: calc(0.5rem + 12px);
height: 100%;
border-left: 1px solid transparent;
border-left: 3px solid transparent;
display: inline-flex;
}

Expand All @@ -39,15 +39,11 @@ limitations under the License.
}

.SpanTreeOffset--indentGuide.is-active {
/* The size of the indentGuide is based off of the iconWrapper */
padding-right: calc(0.5rem + 11px);
border-left: 0px;
border-left: 3px solid darkgrey;
}

.SpanTreeOffset--indentGuide.is-active:before {
content: '';
padding-left: 3px;
background-color: darkgrey;
background-color: transparent;
}

.SpanTreeOffset--iconWrapper {
Expand Down

0 comments on commit 09d763f

Please sign in to comment.