mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-771:Instance Table misalignment : when instance is created with long display name:Solved by using the concept of Ellipses in CSS
This commit is contained in:
parent
1f1a13448f
commit
7410de9cca
@ -441,13 +441,16 @@ body.login {
|
|||||||
div.list-view table tbody td span {
|
div.list-view table tbody td span {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
max-width: 210px;
|
max-width: 100px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.list-view div.toolbar div.section-switcher div.section-select label {
|
div.list-view div.toolbar div.section-switcher div.section-select label {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user