diff --git a/static/css/dashboard.css b/static/css/dashboard.css index afeb1373..4b848ed6 100644 --- a/static/css/dashboard.css +++ b/static/css/dashboard.css @@ -750,6 +750,15 @@ body { display: flex; justify-content: space-between; align-items: center; + flex-wrap: wrap; + gap: 1rem; +} + +.card-actions { + display: flex; + align-items: center; + gap: 0.5rem; + flex-wrap: wrap; } .card-title { diff --git a/static/index.html b/static/index.html index c62156dc..6d05abe0 100644 --- a/static/index.html +++ b/static/index.html @@ -4,7 +4,7 @@
Manage model availability and custom pricing
-