File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/sage-react/lib/Dropdown Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export const DropdownItem = ({
119119 />
120120 < >
121121 { icon && ( < pds-icon class = { `sage-dropdown__item-icon ${ SageClassnames . SPACERS . XS_RIGHT } ` } name = { icon } /> ) }
122- < span className = "sage-dropdown__item-label" title = { label } >
122+ < span className = "sage-dropdown__item-label" >
123123 { label }
124124 </ span >
125125 </ >
@@ -143,7 +143,7 @@ export const DropdownItem = ({
143143 { ( ! customComponent && isLabelVisible ) && (
144144 < >
145145 { icon && ( < pds-icon class = { `sage-dropdown__item-icon ${ SageClassnames . SPACERS . XS_RIGHT } ` } name = { icon } /> ) }
146- < span className = "sage-dropdown__item-label" title = { label } >
146+ < span className = "sage-dropdown__item-label" >
147147 { label }
148148 </ span >
149149 </ >
@@ -165,7 +165,7 @@ export const DropdownItem = ({
165165 { ( ! customComponent && isLabelVisible ) && (
166166 < >
167167 { icon && ( < pds-icon class = { `sage-dropdown__item-icon ${ SageClassnames . SPACERS . XS_RIGHT } ` } name = { icon } /> ) }
168- < span className = "sage-dropdown__item-label" title = { label } >
168+ < span className = "sage-dropdown__item-label" >
169169 { label }
170170 </ span >
171171 </ >
You can’t perform that action at this time.
0 commit comments