mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(ui): remove dead code
This function isn't used by react-style, it doesn't match any valid function names, there's singleValue but we don't want break-word on that, it default to truncating too long text
This commit is contained in:
@@ -41,11 +41,6 @@ const ReactSelectStyles = {
|
||||
borderRadius: "0.25rem",
|
||||
backgroundColor: "#fff"
|
||||
},
|
||||
valueLabel: (base, state) => ({
|
||||
...base,
|
||||
whiteSpace: "normal",
|
||||
wordWrap: "break-word"
|
||||
}),
|
||||
multiValue: (base, state) => ({
|
||||
...base,
|
||||
borderRadius: "4px",
|
||||
|
||||
@@ -148,7 +148,6 @@ exports[`<AlertManagerInput /> matches snapshot 1`] = `
|
||||
"multiValueRemove": [Function],
|
||||
"option": [Function],
|
||||
"valueContainer": [Function],
|
||||
"valueLabel": [Function],
|
||||
}
|
||||
}
|
||||
/>
|
||||
|
||||
@@ -34,7 +34,6 @@ exports[`<LabelNameInput /> matches snapshot 1`] = `
|
||||
"multiValueRemove": [Function],
|
||||
"option": [Function],
|
||||
"valueContainer": [Function],
|
||||
"valueLabel": [Function],
|
||||
}
|
||||
}
|
||||
/>
|
||||
|
||||
@@ -30,7 +30,6 @@ exports[`<LabelValueInput /> matches snapshot 1`] = `
|
||||
"multiValueRemove": [Function],
|
||||
"option": [Function],
|
||||
"valueContainer": [Function],
|
||||
"valueLabel": [Function],
|
||||
}
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user