fix: move script/style inside their parent elements in nav.el and enterprise.el
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 18s
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 18s
This commit is contained in:
+4
-6
@@ -166,9 +166,7 @@ fn enterprise() -> String {
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
<style>
|
||||
.ent-inquiry-form {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
@@ -179,7 +177,7 @@ fn enterprise() -> String {
|
||||
.ent-inquiry-form > div[style*="grid-column:1/-1"],
|
||||
.ent-inquiry-form > div[style*="grid-column: 1 / -1"] { grid-column: 1; }
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="/js/enterprise.js" defer></script>
|
||||
</style>
|
||||
<script src="/js/enterprise.js" defer></script>
|
||||
</section>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user