fix(globalStyles): Allow code elements to wrap (#43849)
Revert some of the global styles added in
https://github.com/getsentry/sentry/pull/43761
**Before ——**
<img width="298" alt="Screenshot 2023-01-30 at 12 05 44 PM"
src="https://user-images.githubusercontent.com/44172267/215583630-5d03d9d5-8145-44ef-843f-1e069d217ce9.png">
**After ——**
<img width="291" alt="Screenshot 2023-01-30 at 12 05 27 PM"
src="https://user-images.githubusercontent.com/44172267/215583587-dca7fdff-2e26-4f49-92a3-b8f47a06b709.png">
Fixes https://github.com/getsentry/sentry/issues/43824
Fixes https://github.com/getsentry/sentry/issues/43825