This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
features/packageData/selectionView Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ export const App: React.FC = function () {
158
158
) }
159
159
{ currentUserAction . type === 'todo' && < TodoForm target = { userActionTarget || rawPythonPackage } /> }
160
160
</ GridItem >
161
- < GridItem gridArea = "middlePane" overflow = "auto" >
161
+ < GridItem gridArea = "middlePane" overflow = "auto" display = "flex" >
162
162
< Box flexGrow = { 1 } overflowY = "auto" width = "100%" >
163
163
{ ( batchMode === BatchMode . None || ! isValidUsername ) && < SelectionView /> }
164
164
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ export const DocumentationText: React.FC<DocumentationTextProps> = function ({ d
99
99
< Flex justifyContent = "flex-start" >
100
100
< HStack
101
101
alignItems = "flex-start"
102
+ overflow = "hidden"
102
103
cursor = { ! hasMultipleLines || readMore ? undefined : 'pointer' }
103
104
onClick = {
104
105
! hasMultipleLines || readMore
@@ -122,7 +123,7 @@ export const DocumentationText: React.FC<DocumentationTextProps> = function ({ d
122
123
/>
123
124
) }
124
125
125
- < Stack spacing = { 4 } >
126
+ < Stack spacing = { 4 } overflowX = "auto" paddingBottom = { 4 } >
126
127
< ReactMarkdown
127
128
components = { components }
128
129
rehypePlugins = { [ rehypeKatex ] }
You can’t perform that action at this time.
0 commit comments