mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: align short owner username on project card (#8093)
This commit is contained in:
parent
39538012ac
commit
c2c865273e
@ -43,7 +43,6 @@ const useOwnersMap = () => {
|
|||||||
|
|
||||||
const StyledUserName = styled('span')(({ theme }) => ({
|
const StyledUserName = styled('span')(({ theme }) => ({
|
||||||
fontSize: theme.typography.body2.fontSize,
|
fontSize: theme.typography.body2.fontSize,
|
||||||
alignSelf: 'end',
|
|
||||||
lineHeight: 1,
|
lineHeight: 1,
|
||||||
lineClamp: `1`,
|
lineClamp: `1`,
|
||||||
WebkitLineClamp: 1,
|
WebkitLineClamp: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user