2
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
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;