Commit fcdaa46e authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[graph] fix styling of tag cloud

parent b2295d5d
Pipeline #3357 canceled with stage
......@@ -9494,6 +9494,10 @@ input[type=range]:-moz-focusring {
margin-bottom: 12px;
}
.graph-selected-nodes__item {
display: inline-block;
padding: 2px;
}
.graph-selected-nodes__item:not(:last-child) {
margin-bottom: 4px;
}
......
......@@ -9447,6 +9447,10 @@ input[type=range]:-moz-focusring {
margin-bottom: 12px;
}
.graph-selected-nodes__item {
display: inline-block;
padding: 2px;
}
.graph-selected-nodes__item:not(:last-child) {
margin-bottom: 4px;
}
......
......@@ -9203,6 +9203,10 @@ input[type=range]:-moz-focusring {
margin-bottom: 12px;
}
.graph-selected-nodes__item {
display: inline-block;
padding: 2px;
}
.graph-selected-nodes__item:not(:last-child) {
margin-bottom: 4px;
}
......
......@@ -9451,6 +9451,10 @@ input[type=range]:-moz-focusring {
margin-bottom: 12px;
}
.graph-selected-nodes__item {
display: inline-block;
padding: 2px;
}
.graph-selected-nodes__item:not(:last-child) {
margin-bottom: 4px;
}
......
......@@ -9452,6 +9452,10 @@ input[type=range]:-moz-focusring {
margin-bottom: 12px;
}
.graph-selected-nodes__item {
display: inline-block;
padding: 2px;
}
.graph-selected-nodes__item:not(:last-child) {
margin-bottom: 4px;
}
......
......@@ -215,6 +215,9 @@
&__item
display: inline-block
padding: 2px
&:not(:last-child)
margin-bottom: space-x(0.5)
......
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