mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
30.08.2019 4cd996d926b7bd84a2e7d19740452fd3d87c98de
Style: extra space between settings and refresh.
1 files modified
2 ■■■ changed files
borgbutler-webapp/src/components/views/archives/FileListFilter.jsx 2 ●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/views/archives/FileListFilter.jsx
@@ -80,7 +80,7 @@
                    <FormOption value={''} label={'Select diff archive'}/>
                    {archiveOptions}
                </FormSelect>
                <Dropdown isOpen={this.state.dropdownOpen} toggle={this.toggle}>
                <Dropdown isOpen={this.state.dropdownOpen} toggle={this.toggle} style={{paddingRight: '3pt'}}>
                    <DropdownToggle outline color="secondary" caret>
                        Settings
                    </DropdownToggle>