mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
fix padding
This commit is contained in:
parent
8c845d5d31
commit
cca0bb5c42
1 changed files with 2 additions and 1 deletions
|
@ -20,10 +20,11 @@ export const Group = styled.div`
|
|||
export const Discriminator = styled.span`
|
||||
color: ${palette.taupe500};
|
||||
font-size: 75%;
|
||||
padding: 0 5px;
|
||||
padding-left: 5px;
|
||||
`;
|
||||
|
||||
export const GroupText = styled.span`
|
||||
position: relative;
|
||||
top: -2px;
|
||||
padding-right: 5px;
|
||||
`;
|
||||
|
|
Loading…
Add table
Reference in a new issue