Inline link chips cropped (#5810)
Issue: [#5654](https://github.com/twentyhq/twenty/issues/5654) Changed chip vertical padding from 3px to 1px. This resulted in vertical size changing from 24px to 20px.   --------- Co-authored-by: ktang520 <ktang520@gmail.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com> Co-authored-by: Sage Bain <47053579+Shyesta@users.noreply.github.com> Co-authored-by: Shyesta <mrsixpaths@aol.com>
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user