Add text break to alerts (#1865)

This commit is contained in:
Umar Bolatov
2020-08-24 22:55:34 -07:00
committed by GitHub
parent 8239fd7e0e
commit db89754a26

View File

@@ -4,7 +4,7 @@
@if (parsedModel != null)
{
<div class="alert alert-@parsedModel.SeverityCSS @(parsedModel.AllowDismiss? "alert-dismissible":"" ) mb-5" role="alert">
<div class="alert alert-@parsedModel.SeverityCSS @(parsedModel.AllowDismiss? "alert-dismissible":"" ) mb-5 text-break" role="alert">
@if (parsedModel.AllowDismiss)
{
<button type="button" class="close" data-dismiss="alert" aria-label="Close">