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:
parent
63154e2fdf
commit
617be96263
@ -50,6 +50,10 @@ table {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.value_td {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
.dataTables_info {
|
||||
|
Loading…
x
Reference in New Issue
Block a user