Spaces:
Running
Running
Fix table cell wrapping: white-space nowrap on th/td
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- ui/src/index.css +1 -0
ui/src/index.css
CHANGED
|
@@ -717,6 +717,7 @@ textarea:focus-visible {
|
|
| 717 |
padding: 6px 10px;
|
| 718 |
text-align: left;
|
| 719 |
line-height: 1.5;
|
|
|
|
| 720 |
}
|
| 721 |
.bubble th {
|
| 722 |
background: rgba(237,228,206,0.06);
|
|
|
|
| 717 |
padding: 6px 10px;
|
| 718 |
text-align: left;
|
| 719 |
line-height: 1.5;
|
| 720 |
+
white-space: nowrap;
|
| 721 |
}
|
| 722 |
.bubble th {
|
| 723 |
background: rgba(237,228,206,0.06);
|