We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320cad3 commit d51d596Copy full SHA for d51d596
1 file changed
ui/css/cloudstack3.css
@@ -4372,6 +4372,17 @@ Dialogs*/
4372
display: block;
4373
clear: both;
4374
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;
4386
}
4387
4388
/*** User*/
0 commit comments