Fix divider

This commit is contained in:
Daniel Lautzenheiser 2022-09-20 11:42:27 -04:00
parent 4a171c9ccb
commit 583ccad816

View File

@ -73,7 +73,7 @@ const StyledSplitPane = styled.div`
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
height: 100%;
div:nth-child(2)::before {
> div:nth-child(2)::before {
content: '';
width: 2px;
height: 100%;