decrease file size in 'show hidden files' text

This commit is contained in:
Iuri Matias 2018-10-28 12:10:15 +01:00
parent eb8759083c
commit d1d5450747
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class FileExplorer extends React.Component {
/>
<Label className="hidden-toogle mb-0 pt-2 pr-2 pb-1 border-top text-right">
<span className="mr-2 align-top">Show hidden files</span>
<span className="mr-2 align-top" style={{"font-size": "12px"}}>Show hidden files</span>
<AppSwitch color="success" variant="pill" size="sm" onChange={this.props.toggleShowHiddenFiles}/>
</Label>
</div>