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:
Łukasz Mierzwa
2018-08-30 21:56:22 +01:00
parent 2d64feed17
commit d703fb66aa
4 changed files with 0 additions and 8 deletions

View File

@@ -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",

View File

@@ -148,7 +148,6 @@ exports[`<AlertManagerInput /> matches snapshot 1`] = `
"multiValueRemove": [Function],
"option": [Function],
"valueContainer": [Function],
"valueLabel": [Function],
}
}
/>

View File

@@ -34,7 +34,6 @@ exports[`<LabelNameInput /> matches snapshot 1`] = `
"multiValueRemove": [Function],
"option": [Function],
"valueContainer": [Function],
"valueLabel": [Function],
}
}
/>

View File

@@ -30,7 +30,6 @@ exports[`<LabelValueInput /> matches snapshot 1`] = `
"multiValueRemove": [Function],
"option": [Function],
"valueContainer": [Function],
"valueLabel": [Function],
}
}
/>