mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-25 15:39:35 -05:00
feat: updates styling on node labels
This commit is contained in:
@@ -68,7 +68,6 @@ export const LabelContainer = ({
|
||||
border: '1px solid',
|
||||
borderColor: 'grey.500',
|
||||
borderRadius: 2,
|
||||
overflow: 'hidden',
|
||||
left: -contentSize.width * 0.5,
|
||||
top: -(contentSize.height + labelHeight + yOffset),
|
||||
py: 1,
|
||||
|
||||
@@ -18,8 +18,7 @@ export const Callbacks = () => {
|
||||
nodes: [
|
||||
{
|
||||
id: 'server',
|
||||
label: '<p>Callbacks example</p>',
|
||||
labelHeight: 40,
|
||||
label: '<p>This is an example of tracking changes to the scene.</p>',
|
||||
iconId: 'server',
|
||||
position: {
|
||||
x: 0,
|
||||
|
||||
Reference in New Issue
Block a user