1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

Bug : Remove width and word-break in table td

This commit is contained in:
Carlos Martín 2015-09-15 15:51:23 +02:00
parent de34c04d4f
commit d01fe56999

@ -309,8 +309,6 @@ select {
.value_td {
text-overflow:ellipsis;
word-break: break-all;
width: 100%;
}
.key_td {