Merge pull request #9261 from strapi/fix/question-button-hover-content

Increasing padding bottom to prevent question button from overlapping
This commit is contained in:
cyril lopez 2021-01-29 16:42:20 +01:00 committed by GitHub
commit 47c05c5baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
import styled from 'styled-components';
const Container = styled.div`
padding: 18px 30px 18px 30px;
padding: 18px 30px 66px 30px;
`;
export default Container;