lobstakit-cloud 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lobstakit-cloud",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "LobstaKit Cloud — Setup wizard and management for LobstaCloud gateways",
5
5
  "main": "server.js",
6
6
  "bin": {
@@ -201,7 +201,7 @@ function updateDashboard(data, gatewayRunning) {
201
201
  const domainEl = document.getElementById('domain-status');
202
202
  if (data.subdomain) {
203
203
  domainEl.textContent = data.subdomain;
204
- domainEl.className = 'font-semibold text-lg text-lobsta-light truncate max-w-[160px]';
204
+ domainEl.className = 'font-semibold text-sm text-lobsta-light break-all';
205
205
  } else {
206
206
  domainEl.textContent = 'Not set';
207
207
  domainEl.className = 'font-semibold text-lg text-gray-400';