More style cleanup for database listing
This commit is contained in:
parent
e3db564175
commit
bb3486f559
2 changed files with 11 additions and 4 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue