mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
chore(ServerListingCard): fix stylelint issue
This commit is contained in:
parent
cc592a9da1
commit
83f3269b06
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ export const CardLine = styled.div<{ left?: boolean }>`
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
${(props) =>
|
${(props) =>
|
||||||
props.left &&
|
props.left &&
|
||||||
css`
|
css`
|
||||||
|
|
Loading…
Add table
Reference in a new issue