diff options
author | 2018-06-19 12:10:37 +0100 | |
---|---|---|
committer | 2018-06-19 12:10:37 +0100 | |
commit | aa64fb6970bb364fed8856fcfb54f3181044bd2f (patch) | |
tree | 400c19f2767b2abc7ed3c90fc95de889a20a9ade /templates | |
parent | Remove extraneous code (diff) |
Small styling fix for applications page
Diffstat (limited to 'templates')
-rw-r--r-- | templates/staff/jams/participants.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/staff/jams/participants.html b/templates/staff/jams/participants.html index 978088bb..726d407c 100644 --- a/templates/staff/jams/participants.html +++ b/templates/staff/jams/participants.html @@ -57,7 +57,7 @@ </div> {% endif %} <div class="uk-card-body"> - <span class="uk-align-right"> + <span class="uk-align-right user-id"> <span class="uk-text-muted">User ID:</span> {{ app.user_id }} </span> |