mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-19 16:11:01 +00:00
Fix gap between buttons
This commit is contained in:
parent
362ccc9303
commit
f7bd92e32d
1 changed files with 2 additions and 2 deletions
|
@ -351,8 +351,8 @@ var GatherActions = React.createClass({
|
|||
<div className="panel-body">
|
||||
<div className="text-right">
|
||||
<ul className="list-inline no-bottom">
|
||||
<TeamSpeakButton />
|
||||
{confirmTeam}
|
||||
<TeamSpeakButton />
|
||||
{confirmTeam}
|
||||
{joinButton}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue