Dashboard UI: Fix unwanted line breaks on event/alert text

This commit is contained in:
Brian Federle 2013-04-18 15:15:24 -07:00
parent 320cad3806
commit d51d596baa

View File

@ -4372,6 +4372,17 @@ Dialogs*/
display: block;
clear: both;
font-size: 11px;
float: left;
height: 10px;
max-width: 287px;
margin-top: 1px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dashboard.admin .dashboard-container.sub.alerts ul li p br {
display: none;
}
/*** User*/