umanggarg Claude Sonnet 4.6 commited on
Commit
377aaec
·
1 Parent(s): c264b79

Fix table cell wrapping: white-space nowrap on th/td

Browse files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. 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);