fix #3760 include form button wrapper CSS class for inline-block
This commit is contained in:
		| @ -15,7 +15,7 @@ | ||||
|             } | ||||
|             else | ||||
|             { | ||||
|                 <form method="post" action="@logouturl" @formname="LogoutForm"> | ||||
|                 <form method="post" class="app-form-button" action="@logouturl" @formname="LogoutForm"> | ||||
|                     <input type="hidden" name="__RequestVerificationToken" value="@SiteState.AntiForgeryToken" /> | ||||
|                     <input type="hidden" name="returnurl" value="@returnurl" /> | ||||
|                     <button type="submit" class="btn btn-primary">@Localizer["Logout"]</button> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 sbwalker
					sbwalker