diff options
| author | Dax Raad <[email protected]> | 2026-01-14 11:39:52 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-14 11:39:52 -0500 |
| commit | 5b431c36f801804286baee50f6276aaccd5fe8f5 (patch) | |
| tree | 431d4149468ec8f07d82b18c9361aec526dfd5ec | |
| parent | 44d24d42b8519e1c55b4a770ca640629c0bf2965 (diff) | |
| download | opencode-5b431c36f801804286baee50f6276aaccd5fe8f5.tar.gz opencode-5b431c36f801804286baee50f6276aaccd5fe8f5.zip | |
ignore: remove nowrap constraint to allow text wrapping in console UI
| -rw-r--r-- | packages/console/app/src/routes/black.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/black.css b/packages/console/app/src/routes/black.css index 0bfe02043..99353f273 100644 --- a/packages/console/app/src/routes/black.css +++ b/packages/console/app/src/routes/black.css @@ -354,7 +354,6 @@ line-height: 1.2; padding-left: 16px; position: relative; - white-space: nowrap; &::before { content: "▪"; |
