Skip to content

Commit a6822df

Browse files
authored
Merge pull request #260 from katiewa/endpoint-button-bug
added text wrapping for endpoints list
2 parents 5fc8fc9 + e60ee42 commit a6822df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/playground/endpoints/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const EndpointsPage: React.FC = () => {
147147
<DataList aria-label="Endpoints list">
148148
{endpoints.map((endpoint) => (
149149
<DataListItem key={endpoint.id}>
150-
<DataListItemRow>
150+
<DataListItemRow wrapModifier="breakWord">
151151
<DataListItemCells
152152
dataListCells={[
153153
<DataListCell key="url">

0 commit comments

Comments
 (0)