Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle post rendering errors to avoid bricking #3061

Merged
merged 11 commits into from
Oct 14, 2021
Prev Previous commit
Next Next commit
Update less/forum/Post.less
Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
  • Loading branch information
askvortsov1 and SychO9 authored Oct 12, 2021
commit 79fb6531390db287ba8788c8842235ea50042e80
2 changes: 1 addition & 1 deletion less/forum/Post.less
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
}

.Post--renderFailed {
background-color: @control-danger-color;
background-color: @control-danger-bg;
}

.Post--hidden {
Expand Down