mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-25 09:13:22 +03:00
fix: Cropped company logos on the Companies Kanban (#7166)
> [!Note] > This PR addresses the issue #7161 > Removed margin right which made images crop. ## Before <img width="236" alt="Screenshot 2024-09-20 at 1 35 55 AM" src="https://github.com/user-attachments/assets/21e56f6e-2860-4a85-a866-4b619b42b659"> ## After <img width="205" alt="Screenshot 2024-09-20 at 1 35 34 AM" src="https://github.com/user-attachments/assets/8fdc2999-9f26-42e6-bbc5-e339a23db823">
This commit is contained in:
parent
eef7f1661d
commit
e566b8d204
@ -83,7 +83,6 @@ export const StyledBoardCardHeader = styled.div<{
|
||||
|
||||
img {
|
||||
height: ${({ theme }) => theme.icon.size.md}px;
|
||||
margin-right: ${({ theme }) => theme.spacing(2)};
|
||||
object-fit: cover;
|
||||
width: ${({ theme }) => theme.icon.size.md}px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user