Announcements
<div class=/onFormSubmittedFeedback/ style=/height: 442px; width: 1169px;//>
// Wait for the document to be ready
document.addEventListener('DOMContentLoaded', function() {
// Find the div with the class 'onFormSubmittedFeedback'
var feedbackDiv = document.querySelector('.onFormSubmittedFeedback');
// Check if the div exists
if (feedbackDiv) {
// Remove inline styles (height and width)
feedbackDiv.style.height = 'auto';
feedbackDiv.style.width = 'auto';
// You can also add other CSS styles as needed
}
});
André Arnaud de Cal...
294,099
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator