This commit is contained in:
@@ -58,9 +58,9 @@
|
||||
|
||||
@media (max-width: 720px) {
|
||||
.analysis-report-tabs {
|
||||
flex-wrap: nowrap;
|
||||
overflow-x: auto;
|
||||
scrollbar-width: thin;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.analysis-report-tabs-spacer {
|
||||
@@ -68,6 +68,8 @@
|
||||
}
|
||||
|
||||
.analysis-report-tab {
|
||||
flex: 0 0 auto;
|
||||
justify-content: center;
|
||||
min-width: 0;
|
||||
padding: 0 var(--momo-space-2, 8px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user