mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix size of maintainer link buttons
This commit is contained in:
parent
9c203b3be1
commit
c0207b9a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ interface Props {
|
|||
};
|
||||
|
||||
export const MaintainerLinkButtonGroup = (props: Props) =>
|
||||
<div className="col-3 p-0 btn-group-vertical justify-content-start d-flex align-items-end" role="group">
|
||||
<div className="btn-group-vertical">
|
||||
<HomeButton {...props} url={props.homeUrl} />
|
||||
<EmailButton {...props} />
|
||||
<TwitterButton {...props} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue