Fix-inline-height (#11608)
Follow up from inline height #11553 related to PR #11442 we had some issues with hover styles Fixes https://github.com/twentyhq/twenty/issues/11442#issuecomment-2805893663 --------- Co-authored-by: etiennejouan <jouan.etienne@gmail.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -131,12 +131,15 @@ export default defineConfig(({ command, mode }) => {
|
||||
'**/RecordTableTd.tsx',
|
||||
'**/RecordTableHeaderDragDropColumn.tsx',
|
||||
'**/ActorDisplay.tsx',
|
||||
'**/BooleanDisplay.tsx',
|
||||
'**/CurrencyDisplay.tsx',
|
||||
'**/TextDisplay.tsx',
|
||||
'**/EllipsisDisplay.tsx',
|
||||
'**/AvatarChip.tsx',
|
||||
'**/URLDisplay.tsx',
|
||||
'**/EmailsDisplay.tsx',
|
||||
'**/PhonesDisplay.tsx',
|
||||
'**/MultiSelectDisplay.tsx',
|
||||
|
||||
],
|
||||
babelOptions: {
|
||||
presets: ['@babel/preset-typescript', '@babel/preset-react'],
|
||||
|
||||
Reference in New Issue
Block a user