Merge branch 'madbob-main-patch-21829' into 'main'
Fix padding for homepage's search form, to align it to other elements in the same page. See merge request framasoft/mobilizon!1550
This commit is contained in:
commit
04ee634594
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<form
|
||||
id="search-anchor"
|
||||
class="container mx-auto my-3 flex flex-wrap flex-col sm:flex-row items-stretch gap-2 text-center items-center justify-center dark:text-slate-100"
|
||||
class="container mx-auto my-3 px-2 flex flex-wrap flex-col sm:flex-row items-stretch gap-2 text-center items-center justify-center dark:text-slate-100"
|
||||
role="search"
|
||||
@submit.prevent="submit"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue