mirror of https://github.com/apache/cloudstack.git
List view UI: Keep overflow row content in-line with mouse on hover
This commit is contained in:
parent
23e75eb788
commit
d3ca6a8a57
|
|
@ -454,6 +454,7 @@ div.list-view table tbody td span {
|
|||
|
||||
div.list-view table tbody td span:hover {
|
||||
overflow: auto;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
div.list-view div.toolbar div.section-switcher div.section-select label {
|
||||
|
|
|
|||
Loading…
Reference in New Issue