Create js.html
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<script>
|
||||
// to add a bootstrap width class to the text input on the nav
|
||||
let myItem = document.getElementById("col-search")
|
||||
let child = myItem.firstElementChild;
|
||||
child.setAttribute("class", "w-100")
|
||||
</script>
|
||||
Reference in New Issue
Block a user