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); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
height: 100%; height: 100%;
div:nth-child(2)::before { > div:nth-child(2)::before {
content: ''; content: '';
width: 2px; width: 2px;
height: 100%; height: 100%;