0
0
Fork 0

Use button_to for method: :post links on account show page (#32154)

This commit is contained in:
Matt Jankowski 2024-10-01 07:14:12 -04:00 committed by GitHub
parent 651846c622
commit c009507912
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 10 deletions

View file

@ -19,6 +19,10 @@ code {
margin-bottom: 24px;
}
form.button_to {
display: inline-block;
}
.fade-out-top {
position: relative;
overflow: hidden;