More style cleanup for database listing

This commit is contained in:
Dane Everitt 2019-07-09 22:06:42 -07:00
parent e3db564175
commit bb3486f559
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 11 additions and 4 deletions

View file

@ -28,10 +28,10 @@ export default ({ database }: { database: ServerDatabase }) => {
</div>
<div className={'ml-6'}>
<button className={'btn btn-sm btn-secondary mr-2'}>
<FontAwesomeIcon icon={faEye}/>
<FontAwesomeIcon icon={faEye} fixedWidth={true}/>
</button>
<button className={'btn btn-sm btn-secondary btn-red'}>
<FontAwesomeIcon icon={faTrashAlt}/>
<FontAwesomeIcon icon={faTrashAlt} fixedWidth={true}/>
</button>
</div>
</div>