<div class=/onFormSubmittedFeedback/ style=/height: 442px; width: 1169px;//>
<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
}
});
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156