mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
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:
commit
47c05c5baf
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user