Enforce mobile source header stacking
This commit is contained in:
@@ -6926,12 +6926,12 @@ section {
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.source-catalog-panel .panel-title-row {
|
||||
display: grid;
|
||||
section.source-catalog-panel > .panel-title-row {
|
||||
display: grid !important;
|
||||
gap: 0.6rem;
|
||||
}
|
||||
|
||||
.source-catalog-panel .panel-title-row .status-badge {
|
||||
section.source-catalog-panel > .panel-title-row .status-badge {
|
||||
justify-self: start;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user