Skip to content

Commit 24102a2

Browse files
committed
fix white space 🤦
1 parent 0a2742e commit 24102a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

editor/src/components/inspector/sections/component-section/data-picker-popup.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ function ValueRow({ variableOption, idx, onTweakProperty }: ValueRowProps) {
231231
data-testid='variable-name'
232232
style={{
233233
textOverflow: 'ellipsis',
234+
whiteSpace: 'nowrap',
234235
overflow: 'hidden',
235236
opacity: variableOption.variableInfo.matches ? 1 : 0.5,
236237
}}
@@ -252,6 +253,7 @@ function ValueRow({ variableOption, idx, onTweakProperty }: ValueRowProps) {
252253
fontWeight: 400,
253254
color: colorTheme.neutralForeground.value,
254255
textOverflow: 'ellipsis',
256+
whiteSpace: 'nowrap',
255257
maxWidth: 130,
256258
overflow: 'hidden',
257259
opacity: variableOption.variableInfo.matches ? 1 : 0.5,

0 commit comments

Comments
 (0)