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

Bug #4689: Add word-break to attribute table cells

This commit is contained in:
Carlos Martín 2016-08-22 10:53:27 +02:00
parent 63154e2fdf
commit 617be96263

View File

@ -50,6 +50,10 @@ table {
cursor: pointer;
}
}
.value_td {
word-break: break-all;
}
}
.dataTables_info {