HichamELBSI 05af24b6d3 Fix some UI issue in the media library
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-04-02 18:27:28 +02:00

8 lines
122 B
JavaScript

import styled from 'styled-components';
const Wrapper = styled.div`
margin-bottom: 1.9rem;
`;
export default Wrapper;