mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 11:06:23 +00:00
fix: alineación botones en responsive #16292
This commit is contained in:
parent
1d1d0cde45
commit
b8c54a4d0f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
%caption.sr-only= t('posts.caption')
|
%caption.sr-only= t('posts.caption')
|
||||||
%thead
|
%thead
|
||||||
%tr.sticky-top
|
%tr.sticky-top
|
||||||
%th.border-0{ colspan: '4' }
|
%th.border-0.p-0.p-md-2-plus{ colspan: '4' }
|
||||||
.d-flex.flex-row.justify-content-between
|
.d-flex.flex-row.justify-content-between
|
||||||
%div
|
%div
|
||||||
= submit_tag t('posts.reorder.submit'), class: 'btn btn-secondary'
|
= submit_tag t('posts.reorder.submit'), class: 'btn btn-secondary'
|
||||||
|
|
Loading…
Reference in a new issue