diff --git a/Plan/react/dashboard/src/style/style.css b/Plan/react/dashboard/src/style/style.css index 012d4bb82..64d9ad8a2 100644 --- a/Plan/react/dashboard/src/style/style.css +++ b/Plan/react/dashboard/src/style/style.css @@ -1391,6 +1391,21 @@ body.sidebar-hidden .navbar-nav { } } +@media (max-width: 400px) { + td, th { + font-size: 12px; + padding: 0.3rem !important; + } + + .card-body p + p { + margin-top: 0.75rem; + } + + p { + font-size: 12px; + } +} + .collapse-item.nav-button { overflow: hidden; text-overflow: ellipsis;