1
0
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:
Tymoteusz Czech 2024-09-05 10:16:38 +02:00 committed by GitHub
parent 39538012ac
commit c2c865273e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,6 @@ const useOwnersMap = () => {
const StyledUserName = styled('span')(({ theme }) => ({
fontSize: theme.typography.body2.fontSize,
alignSelf: 'end',
lineHeight: 1,
lineClamp: `1`,
WebkitLineClamp: 1,