mirror of
https://github.com/strapi/strapi.git
synced 2025-09-27 17:29:14 +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';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
const Container = styled.div`
|
const Container = styled.div`
|
||||||
padding: 18px 30px 18px 30px;
|
padding: 18px 30px 66px 30px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export default Container;
|
export default Container;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user