Full width for text components
This commit is contained in:
parent
98284d983f
commit
0eda8f86bf
|
|
@ -24,7 +24,7 @@
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Type here"
|
placeholder="Type here"
|
||||||
class="input input-bordered w-11/12 mb-3 block"
|
class="input input-bordered w-full mb-3 block"
|
||||||
on:input={checkUsername}
|
on:input={checkUsername}
|
||||||
/>
|
/>
|
||||||
<div class="text-left">
|
<div class="text-left">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue