File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import React from 'react'
18
18
import { TitleFieldProps } from '@rjsf/utils'
19
19
20
20
export const TitleField = ( { id, title, required } : TitleFieldProps ) => (
21
- < legend className = "fs-13 fw-6 cn-9 lh-20 dc__no-border pb-9 pt -9 mb-0" id = { id } >
21
+ < legend className = "fs-13 fw-6 cn-9 lh-20 dc__no-border py -9 mb-0" id = { id } >
22
22
< span > { title } </ span >
23
23
{ required && < span className = "cr-5" > *</ span > }
24
24
</ legend >
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export const getInferredTypeFromValueType = (value) => {
138
138
}
139
139
140
140
export const getTippyWrapperWithContent = ( content ) => ( children ) => (
141
- < Tippy className = "default-tt" arrow = { false } placement = "right" content = { content } >
141
+ < Tippy className = "default-tt dc__word-break " arrow = { false } placement = "right" content = { content } >
142
142
{ children }
143
143
</ Tippy >
144
144
)
You can’t perform that action at this time.
0 commit comments