Compare commits
1 Commits
eb1334735a
...
65493b2c17
| Author | SHA1 | Date | |
|---|---|---|---|
| 65493b2c17 |
@@ -733,7 +733,7 @@ p {
|
|||||||
|
|
||||||
.labels-container {
|
.labels-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-direction: column;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -6745,9 +6745,6 @@ html {
|
|||||||
|
|
||||||
|
|
||||||
.node-labels {
|
.node-labels {
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 0.35rem;
|
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -6768,7 +6765,7 @@ html {
|
|||||||
.label-chip {
|
.label-chip {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 0.8rem;
|
font-size: 0.9rem;
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem;
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
background: rgba(30, 58, 138, 0.35);
|
background: rgba(30, 58, 138, 0.35);
|
||||||
|
|||||||
Reference in New Issue
Block a user