1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-24 17:49:28 +03:00

B #2126: limit charactes error (#4683)

Co-authored-by: Tino Vázquez <cvazquez@opennebula.systems>
This commit is contained in:
Jorge Lobo
2020-05-08 13:11:13 +02:00
committed by GitHub
parent 21e7715425
commit f188fa1ae4

View File

@ -246,4 +246,13 @@ meter {
tr{
vertical-align: top;
}
}
}
.jGrowl-message{
display: -webkit-box;
max-height: 28rem;
-webkit-line-clamp: 8;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.4rem;
}