Fix styling issues

This commit is contained in:
Will Tatam
2025-11-22 12:51:23 +00:00
parent b6f3cb6394
commit 49a25af1f2
2 changed files with 3 additions and 3 deletions

View File

@@ -794,7 +794,7 @@ input[type=range]::-moz-range-thumb {
/* buttons */
.btn {
padding: 8px;
/*margin: 10px 4px;*/
margin: 10px 4px;
width: 230px;
font-size: 19px;
color: var(--c-d);

View File

@@ -3375,8 +3375,8 @@ function showVersionUpgradePrompt(info, oldVersion, newVersion) {
: '🎉 WLED Upgrade Detected!';
const description = isInstall
? `You are now running WLED <strong>${newVersion}</strong>.`
: `Your WLED has been upgraded from <strong>${oldVersion}</strong> to <strong>${newVersion}</strong>.`;
? `You are now running WLED <strong style="text-wrap: nowrap">${newVersion}</strong>.`
: `Your WLED has been upgraded from <strong style="text-wrap: nowrap">${oldVersion}</strong> to <strong style="text-wrap: nowrap">${newVersion}</strong>.`;
const question = 'Would you like to help the WLED development team by reporting your installation? This helps us understand what hardware and versions are being used.'