mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Fix title spacing / display name
This commit is contained in:
parent
be52f61fdb
commit
2e42e134e4
@ -27,7 +27,7 @@ const Grid = styled.div`
|
||||
grid-auto-columns: 1fr;
|
||||
grid-template-areas: 'image info';
|
||||
grid-template-rows: 1fr;
|
||||
grid-template-columns: 250px 1fr;
|
||||
grid-template-columns: 225px 1fr;
|
||||
gap: 0.5rem;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
@ -81,7 +81,8 @@ const Wrapper = styled(Link)`
|
||||
`;
|
||||
|
||||
const TitleWrapper = styled.div`
|
||||
display: webkit-box;
|
||||
/* stylelint-disable-next-line value-no-vendor-prefix */
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user