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