We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8cfba commit b0facdaCopy full SHA for b0facda
src/styles/cylc/_tree.scss
@@ -20,7 +20,7 @@
20
21
$active-color: #BDD5F7;
22
/** Height of each line/row in the tree. */
23
-$line-height: 1.8em;
+$node-height: 1.8em;
24
/**
25
* The number of visible outputs in the job info box, under the “outputs” header.
26
* This value is used to calculate the maximum height of the
@@ -64,7 +64,8 @@ $icon-width: 1.5rem;
64
vertical-align:middle;
65
width: 100%;
66
.node {
67
- line-height: $line-height;
+ min-height: $node-height;
68
+ line-height: normal;
69
display: block;
70
71
.node-expand-collapse-button {
0 commit comments