mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +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() {
|
||||
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) {
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue