Continuing the discussion from Material Template Form in Alert :
I use this format a lot in my app and as off this morning (or the last few days) I am seeing this happening where the red top app bar now has a huge amount of white space added to it
Nothing has changed in this code for weeks.
Any help would be appreciated
https://anvil.works/build#clone:O3JRSE2BDEH34C5N=HVLOK3INUOEOJXWPMLENVVXN
stucork
September 27, 2022, 4:56am
2
Thanks for reporting
If you add this to the bottom of your theme.css for now, it’ll fix the immediate issue until we fix the bug
.modal-body.alert-text, .modal-title.alert-title {
white-space: normal;
}
1 Like
Thanks for the speedy reply @stucork this works perfectly.
Will this need to be removed from theme.css once the fix is released?
stucork
September 27, 2022, 5:12am
4
Probably. But I don’t think it’ll hurt if it’s still there for a time.
We’ll update this thread when the fix is shipped
1 Like