Multiline data in details view doesn't respect linebreaks

Hi,

I’ve a column with a multiline value but I couldn’t figure out, how to set the data column to respect its linebreaks (with \n) -> I set the field to type ‘description’ and all other types doesn’t seem to make a difference…
Maybe you can point me in the right direction - Thanks!

{
  "browser-info": {
    "language": "en-US",
    "platform": "Linux x86_64",
    "userAgent": "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0",
    "vendor": ""
  },
  "system-info": {
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.3+7",
    "java.vendor": "AdoptOpenJDK",
    "java.vendor.url": "https://adoptopenjdk.net/",
    "java.version": "11.0.3",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.3+7",
    "os.name": "Linux",
    "os.version": "3.10.0-957.27.2.el7.x86_64",
    "user.language": "en",
    "user.timezone": "GMT"
  },
  "metabase-info": {
    "databases": [
      "postgres",
      "oracle"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "run-mode": "prod",
    "version": {
      "date": "2019-12-16",
      "tag": "v0.33.7.3",
      "branch": "release-0.33.x",
      "hash": "7ee7193"
    },
    "settings": {
      "report-timezone": null
    }
  }
}