feat(FN-2864): merge fusion/fn-2864

This commit is contained in:
gsxdsm
2026-04-28 09:03:02 -07:00
parent 8160f6fcf6
commit 7d66ffa9cc
4 changed files with 98 additions and 55 deletions

View File

@@ -0,0 +1,9 @@
.routing-tab {
width: 100%;
}
@media (max-width: 768px) {
.routing-tab {
min-width: 0;
}
}