Polish source audit status layout
This commit is contained in:
@@ -829,13 +829,20 @@ details.ai-lab-model-surface > summary strong {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.source-freshness-header {
|
.source-freshness-header {
|
||||||
display: flex;
|
display: flex !important;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 1rem 1.2rem;
|
padding: 1rem 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.source-freshness-header .secondary-action {
|
||||||
|
flex: 0 0 auto;
|
||||||
|
width: auto;
|
||||||
|
min-width: 10rem;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.source-freshness-header h2 {
|
.source-freshness-header h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
@@ -975,6 +982,10 @@ details.ai-lab-model-surface > summary strong {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.source-freshness-header .secondary-action {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.source-freshness-summary {
|
.source-freshness-summary {
|
||||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user