1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}