mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Co-authored-by: Tino Vázquez <cvazquez@opennebula.systems>
This commit is contained in:
parent
21e7715425
commit
f188fa1ae4
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user