Skip to content

Commit d51d596

Browse files
committed
Dashboard UI: Fix unwanted line breaks on event/alert text
1 parent 320cad3 commit d51d596

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

ui/css/cloudstack3.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4372,6 +4372,17 @@ Dialogs*/
43724372
display: block;
43734373
clear: both;
43744374
font-size: 11px;
4375+
float: left;
4376+
height: 10px;
4377+
max-width: 287px;
4378+
margin-top: 1px;
4379+
overflow: hidden;
4380+
text-overflow: ellipsis;
4381+
white-space: nowrap;
4382+
}
4383+
4384+
.dashboard.admin .dashboard-container.sub.alerts ul li p br {
4385+
display: none;
43754386
}
43764387

43774388
/*** User*/

0 commit comments

Comments
 (0)