Closed
Description
In Coder v0.27.3 we're seeing that the value of a resource metadata item is truncated with ellipsis even though there seems to be enough space to show more (or even all) of the value in the workspace dashboard table on the Coder website:

resource "coder_metadata" "device" {
# other fields elided...
item {
key = "Test"
value = "The quick brown fox jumped over the lazy dog"
}
}
Can that be improved to show more (or all if possible) of the value?