Success message not responsive

Support forumCategory: BugsSuccess message not responsive
hannes_lorenz asked 6 years ago
If there is a longer success message than the width of the responsive Easy Appointments field, there is no line wrap. It's wider than the field. Wordpress version: 4.9.4
Plugin version: 2.0.1
PHP version: 5.6.33
Browsers tested: Firefox and Chromium
1 Answers
hannes_lorenz answered 6 years ago
Well, I fixed it with this:

.ea-bootstrap h3 {
white-space: pre-line;
} Maybe you can include it in the plugin :)