feat(platform): surface priority alert evidence
This commit is contained in:
@@ -740,6 +740,18 @@ body {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-priority-alert {
|
||||
min-height: 92px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.vp-priority-alert-main {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.vp-capability-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user