reduce margin bottom on h1

This commit is contained in:
Rachid Mrad 2025-03-05 19:43:12 -05:00
parent 3e100d28c3
commit 636fea2d99
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View file

@ -188,7 +188,6 @@ export class NameserverForm {
*/
executeCallback() {
if (this.callback) {
console.log("callback")
this.callback();
this.callback = null;
} else {
@ -206,7 +205,6 @@ export class NameserverForm {
document.querySelectorAll('tr.edit-row:not(.display-none)').forEach(openEditRow => {
this.resetEditRowAndFormAndCollapseEditRow(openEditRow);
});
console.log("this.addNameserversForm " + this.addNameserversForm);
if (this.addNameserversForm) {
// Check if this.addNameserversForm is visible (i.e., does not have 'display-none')
if (!this.addNameserversForm.classList.contains('display-none')) {
@ -219,7 +217,6 @@ export class NameserverForm {
}
};
if (this.formChanged) {
console.log("this.formChanged")
//------- Show the unsaved changes confirmation modal
let modalTrigger = document.querySelector("#unsaved_changes_trigger");
if (modalTrigger) {

View file

@ -34,7 +34,7 @@
<div class="grid-row grid-gap">
<div class="tablet:grid-col-6">
<h1>Name servers</h1>
<h1 class="margin-bottom-1">Name servers</h1>
</div>
<div class="tablet:grid-col-6 text-right--tablet">