address multi line nodes

This commit is contained in:
Mutasem 2021-07-02 14:25:47 +02:00
parent e54a7a121b
commit 6e424e15f4

View file

@ -55,6 +55,7 @@ export default Vue.extend({
border-radius: 8px; border-radius: 8px;
display: block; display: block;
padding: 15px; padding: 15px;
padding-bottom: 10px;
text-decoration: none; text-decoration: none;
} }
@ -101,6 +102,7 @@ export default Vue.extend({
.nodes { .nodes {
display: flex; display: flex;
margin-top: 20px; margin-top: 20px;
flex-wrap: wrap;
} }
.security-update { .security-update {
@ -110,6 +112,7 @@ export default Vue.extend({
.node-icon { .node-icon {
margin-right: 15px; margin-right: 15px;
margin-bottom: 5px;
} }
.breaking-change { .breaking-change {