Web: Files: NewFilesPanel: Fixed row style

This commit is contained in:
Alexey Kostenko 2020-12-16 17:01:17 +03:00
parent 0932517a57
commit 59e0105bb6

View File

@ -169,6 +169,10 @@ const StyledBody = styled.div`
box-sizing: border-box;
width: 100%;
height: calc(100vh - 125px);
.styled-element {
margin-left: -2px;
}
}
.embedding-panel_body {