diff --git a/Arduino/CanGrow/include/Webserver/Common_HTML.h b/Arduino/CanGrow/include/Webserver/Common_HTML.h index ecc0604..19f7e4b 100644 --- a/Arduino/CanGrow/include/Webserver/Common_HTML.h +++ b/Arduino/CanGrow/include/Webserver/Common_HTML.h @@ -29,18 +29,19 @@ */ +// double div to force a linebreak. infomsg , warnmsg are inline-block const char Common_HTML_SAVE_MSG[] PROGMEM = R"EOF( -
✅ Successfully saved!
+
✅ Successfully saved!
)EOF"; const char Common_HTML_SAVE_MSG_ERR[] PROGMEM = R"EOF( -
!! ERROR saving!
+
!! ERROR saving!
)EOF"; const char Common_HTML_NEED_RESTART[] PROGMEM = R"EOF( -
❗ Restart is required to apply new settings! +
❗ Restart is required to apply new settings!
-
+
)EOF";