Explorar o código

Fix the rendering of the API token

Christophe Coevoet %!s(int64=7) %!d(string=hai) anos
pai
achega
c3998ddbba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Resources/FOSUserBundle/views/Profile/show.html.twig

+ 1 - 1
app/Resources/FOSUserBundle/views/Profile/show.html.twig

@@ -9,7 +9,7 @@
 
         <div class="input-group api-token-group clearfix">
             <input id="api-token" type="text" class="form-control" value="" data-api-token="{{ app.user.apiToken }}" readonly="readonly">
-            <span class="input-group">
+            <span class="input-group-btn">
                 <button class="btn btn-success btn-show-api-token" type="button">{{ 'profile.show_api_token'|trans }}</button>
             </span>
         </div>