formatting of error message box to align buttons

This commit is contained in:
proddy
2025-11-20 14:25:25 +01:00
parent fbfacc5ed5
commit 8422521975
7 changed files with 11 additions and 8 deletions

View File

@@ -263,7 +263,7 @@ const Dashboard = memo(() => {
return (
<>
{!data.connected && (
<MessageBox mb={2} level="error" message={LL.EMS_BUS_WARNING()} />
<MessageBox level="error" message={LL.EMS_BUS_WARNING()} />
)}
{data.connected && data.nodes.length > 0 && !hasFavEntities && (