mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Dashboard UI: Fix unwanted line breaks on event/alert text
This commit is contained in:
parent
320cad3806
commit
d51d596baa
@ -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*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user