File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/extensions/react-flow/edges Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,7 @@ path.react-flow__edge-path-highlight {
258258 min-height : $reactflow-node-basesize ;
259259 max-height : $reactflow-node-basesize * 13 ;
260260 padding : $eccgui-size-block-whitespace * 0.5 ;
261+ overflow-y : auto ;
261262}
262263
263264// Arrows
@@ -288,13 +289,13 @@ path.react-flow__edge-path-highlight {
288289 width : auto ;
289290 max-width : 20rem ;
290291 height : 0.5 * $reactflow-node-largesize ;
292+ padding : 0 $eccgui-size-block-whitespace * 0.25 ;
291293 font-size : $reactflow-node-font-size ;
292294 color : var (--#{$eccgui}-reactflow-edge-label-color , currentColor );
293295 background-color : var (--#{$eccgui}-reactflow-edge-label-color-background , #{$card-background-color } );
294296 border : 0.5 * $reactflow-node-border-width solid transparent ;
295297 border-color : var (--#{$eccgui}-reactflow-edge-label-color , currentColor );
296298 border-radius : $reactflow-node-border-radius ;
297- padding : 0 $eccgui-size-block-whitespace * 0.25 ;
298299
299300 & .#{$eccgui } -graphviz__edge-label--loose {
300301 background-color : transparent ;
You can’t perform that action at this time.
0 commit comments