Merge pull request #16020 from JoVictorNunes/fix-drop-area-overflow

fix: text overflow in sidebar drop area
This commit is contained in:
Ramón Souza 2022-11-17 10:27:39 -03:00 committed by GitHub
commit 3b61696004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ const DropZoneBg = styled.div`
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
`;
export default {