mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 23:31:44 +00:00
Fix spacing
This commit is contained in:
parent
6cd165a151
commit
19ae942afd
1 changed files with 1 additions and 1 deletions
|
@ -721,7 +721,7 @@ var Gatherers = React.createClass({
|
|||
<a data-toggle="collapse"
|
||||
href={"#"+gatherer.user.id.toString() + "-collapse"}
|
||||
aria-expanded="false"
|
||||
className="btn btn-xs btn-primary"
|
||||
className="btn btn-xs btn-primary add-right"
|
||||
aria-controls={gatherer.user.id.toString() + "-collapse"}>
|
||||
Info <span className="caret"></span></a>
|
||||
{action}
|
||||
|
|
Loading…
Reference in a new issue