Skip to content

Commit

Permalink
summarize - specify grid cols
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger committed Jul 12, 2022
1 parent 4f4d4f3 commit e6571b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blocks/file-blocks/summarize/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ const Section = ({
isCollapsedLocally ? "cursor-pointer" : ""
}`
)}
style={{
gridTemplateColumns: "2fr 1fr",
}}
// click to expand, but don't act as a button when expanded, for easier text selection
tabIndex={isCollapsedLocally ? 0 : 1}
onClick={() => {
Expand Down

0 comments on commit e6571b4

Please sign in to comment.