Dont allow descriptions to overflow their card width

This commit is contained in:
Jackson Harper
2023-05-05 12:00:22 +08:00
parent b1cf122543
commit fde5ec29cf

View File

@ -58,6 +58,7 @@ export const DescriptionStyle = {
'-webkit-box-orient': 'vertical',
height: '45px',
alignItems: 'start',
maxWidth: '-webkit-fill-available',
}
export const AuthorInfoStyle = {