Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style(admin): style code burning form #17567

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion warehouse/admin/templates/admin/users/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,12 @@ <h3 class="card-title">Recovery codes</h3>
<div class="card-header with-border">
<h3 class="card-title">Burn leaked recovery codes</h3>
</div>
<textarea name="to_burn" placeholder="One or more leaked recovery codes for this user, separated by whitespace or newlines"></textarea>
<div class="card-body">
<textarea name="to_burn"
placeholder="One or more leaked recovery codes for this user, separated by whitespace or newlines"
class="form-control"
></textarea>
</div>
<div class="card-footer">
<div class="form-group">
<div class="col-sm-offset-10 col-sm-2">
Expand Down