mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
made Overflow dropdown in the columns section inside table widget inspector consistent with the dark theme (#3900)
This commit is contained in:
parent
b5507b4ac5
commit
02e4d5fac9
1 changed files with 1 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ class TableComponent extends React.Component {
|
||||||
<div className="field mb-2">
|
<div className="field mb-2">
|
||||||
<label className="form-label">{this.props.t('widget.Table.overflow', 'Overflow')}</label>
|
<label className="form-label">{this.props.t('widget.Table.overflow', 'Overflow')}</label>
|
||||||
<SelectSearch
|
<SelectSearch
|
||||||
|
className={`${this.props.darkMode ? 'select-search-dark' : 'select-search'}`}
|
||||||
options={[
|
options={[
|
||||||
{ name: 'Wrap', value: 'wrap' },
|
{ name: 'Wrap', value: 'wrap' },
|
||||||
{ name: 'Scroll', value: 'scroll' },
|
{ name: 'Scroll', value: 'scroll' },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue