mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
reduce margin bottom on h1
This commit is contained in:
parent
3e100d28c3
commit
636fea2d99
2 changed files with 1 additions and 4 deletions
|
@ -188,7 +188,6 @@ export class NameserverForm {
|
||||||
*/
|
*/
|
||||||
executeCallback() {
|
executeCallback() {
|
||||||
if (this.callback) {
|
if (this.callback) {
|
||||||
console.log("callback")
|
|
||||||
this.callback();
|
this.callback();
|
||||||
this.callback = null;
|
this.callback = null;
|
||||||
} else {
|
} else {
|
||||||
|
@ -206,7 +205,6 @@ export class NameserverForm {
|
||||||
document.querySelectorAll('tr.edit-row:not(.display-none)').forEach(openEditRow => {
|
document.querySelectorAll('tr.edit-row:not(.display-none)').forEach(openEditRow => {
|
||||||
this.resetEditRowAndFormAndCollapseEditRow(openEditRow);
|
this.resetEditRowAndFormAndCollapseEditRow(openEditRow);
|
||||||
});
|
});
|
||||||
console.log("this.addNameserversForm " + this.addNameserversForm);
|
|
||||||
if (this.addNameserversForm) {
|
if (this.addNameserversForm) {
|
||||||
// Check if this.addNameserversForm is visible (i.e., does not have 'display-none')
|
// Check if this.addNameserversForm is visible (i.e., does not have 'display-none')
|
||||||
if (!this.addNameserversForm.classList.contains('display-none')) {
|
if (!this.addNameserversForm.classList.contains('display-none')) {
|
||||||
|
@ -219,7 +217,6 @@ export class NameserverForm {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if (this.formChanged) {
|
if (this.formChanged) {
|
||||||
console.log("this.formChanged")
|
|
||||||
//------- Show the unsaved changes confirmation modal
|
//------- Show the unsaved changes confirmation modal
|
||||||
let modalTrigger = document.querySelector("#unsaved_changes_trigger");
|
let modalTrigger = document.querySelector("#unsaved_changes_trigger");
|
||||||
if (modalTrigger) {
|
if (modalTrigger) {
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<div class="grid-row grid-gap">
|
<div class="grid-row grid-gap">
|
||||||
<div class="tablet:grid-col-6">
|
<div class="tablet:grid-col-6">
|
||||||
<h1>Name servers</h1>
|
<h1 class="margin-bottom-1">Name servers</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tablet:grid-col-6 text-right--tablet">
|
<div class="tablet:grid-col-6 text-right--tablet">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue