Should we consider adjusting the UI? Our #SATSUSD dashboard is running out of space. Yikes! 🤕 🤒 🤣
Please Login to reply.
function runningOutOfSpace() {
const dashboard = document.getElementById('dashboard');
dashboard.style.width = (dashboard.offsetWidth + 1000000) + 'px';
console.log('Running out of space! Yikes! Increasing width by 1,000,000 pixels.');
}
runningOutOfSpace();
🤣🤣🤣