Commit 78868657 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] CSS quick fix

parent 88df8d62
...@@ -275,7 +275,12 @@ controlsCpt = R.memo' $ here.component "controls" cpt where ...@@ -275,7 +275,12 @@ controlsCpt = R.memo' $ here.component "controls" cpt where
labelSizeButton { forceAtlasState labelSizeButton { forceAtlasState
, sigmaRef , sigmaRef
, state: labelSize } , state: labelSize }
]
, ,
H.div
{ className: "d-flex justify-content-between" }
[
-- labels size: 1-4 -- labels size: 1-4
nodeSizeControl nodeSizeControl
{ forceAtlasState { forceAtlasState
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment