Skip to content

Commit

Permalink
Inline link chips cropped (#5810)
Browse files Browse the repository at this point in the history
Issue: [#5654](#5654)

Changed chip vertical padding from 3px to 1px. This resulted in vertical
size changing from 24px to 20px.

![image](https://github.com/twentyhq/twenty/assets/124464818/aaed1e57-91e3-4d98-91b5-5dd10b857c9f)



![image](https://github.com/twentyhq/twenty/assets/124464818/c16223b5-35f4-40b0-b0ad-828973bb47a2)

---------

Co-authored-by: ktang520 <[email protected]>
Co-authored-by: Félix Malfait <[email protected]>
Co-authored-by: Sage Bain <[email protected]>
Co-authored-by: Shyesta <[email protected]>
  • Loading branch information
5 people authored Jun 11, 2024
1 parent 07d07ff commit 7102912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

.variant-rounded {
--chip-horizontal-padding: calc(var(--twentycrm-spacing-multiplicator) * 2px);
--chip-vertical-padding: 3px;
--chip-vertical-padding: 1px;

background-color: var(--twentycrm-background-transparent-light);
border: 1px solid var(--twentycrm-border-color-medium);
Expand Down

0 comments on commit 7102912

Please sign in to comment.