mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 00:57:12 +00:00
fix(nc-gui): keep header cell icon size consistent
This commit is contained in:
@@ -104,7 +104,7 @@ export default defineComponent({
|
||||
|
||||
const { icon: Icon, color } = renderIcon(column.value, relationColumn)
|
||||
|
||||
return h(Icon, { class: `${color} mx-1` })
|
||||
return h(Icon, { class: `${color} mx-1 nc-virtual-cell-icon` })
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user