mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-771:Instance Table misalignment : Adding the hover view in order to display the full text
This commit is contained in:
parent
7410de9cca
commit
5b751b2a13
|
|
@ -453,6 +453,12 @@ div.list-view table tbody td span {
|
|||
|
||||
}
|
||||
|
||||
div.list-view table tbody td span:hover {
|
||||
|
||||
overflow:auto;
|
||||
|
||||
}
|
||||
|
||||
div.list-view div.toolbar div.section-switcher div.section-select label {
|
||||
margin: 0 9px 0 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue