CSS fix.
This commit is contained in:
parent
37062f93ba
commit
3cebd4c96c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ interface IProps {
|
|||
|
||||
const Cont = styled.div<{ disabled: boolean }>`
|
||||
background: #555 url(/image.svg) no-repeat center;
|
||||
margin-right: 0 4px;
|
||||
margin: 0 4px;
|
||||
display: inline-block;
|
||||
width: 192px;
|
||||
height: 192px;
|
||||
|
|
Loading…
Add table
Reference in a new issue