fix
This commit is contained in:
parent
3acad6647c
commit
dc062767ac
|
|
@ -217,9 +217,6 @@
|
||||||
class="w-full bg-surface-solid border border-border-subtle rounded-lg px-4 py-2.5 text-gray-100 placeholder-gray-600 focus:outline-none focus:border-blue-500">
|
class="w-full bg-surface-solid border border-border-subtle rounded-lg px-4 py-2.5 text-gray-100 placeholder-gray-600 focus:outline-none focus:border-blue-500">
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
<%# Password section behavior lives in apps/web/src/dashboard/app.js
|
|
||||||
(initPasswordSection). It's loaded by partials/head.ejs on every
|
|
||||||
dashboard page and self-attaches when [data-password-section] exists. %>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label class="block text-sm text-gray-400 mb-1.5">Custom CSS <span class="text-gray-600">(optional)</span></label>
|
<label class="block text-sm text-gray-400 mb-1.5">Custom CSS <span class="text-gray-600">(optional)</span></label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue