diff --git a/dashboard/src/components/SettingsItem.vue b/dashboard/src/components/SettingsItem.vue index f2ed7e05c..844e3b3de 100644 --- a/dashboard/src/components/SettingsItem.vue +++ b/dashboard/src/components/SettingsItem.vue @@ -26,6 +26,10 @@ gap: 20px; } +.settings-item-body :first-child { + max-width: 720px; +} + @media (max-width: 576px) { .settings-item[wrap] .settings-item-body { flex-wrap: wrap;