74ce347e by Jeremy Groot

fix to postal search tool

1 parent 277ab36f
...@@ -14646,10 +14646,6 @@ table.dataTable + .bottom { ...@@ -14646,10 +14646,6 @@ table.dataTable + .bottom {
14646 font-size: 18px; 14646 font-size: 18px;
14647 } 14647 }
14648 14648
14649 .postal-search {
14650 padding-top: 3rem;
14651 }
14652
14653 .postal-search label { 14649 .postal-search label {
14654 display: flex; 14650 display: flex;
14655 flex-direction: column; 14651 flex-direction: column;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -439,10 +439,6 @@ table.dataTable + .bottom { ...@@ -439,10 +439,6 @@ table.dataTable + .bottom {
439 font-size: 18px; 439 font-size: 18px;
440 } 440 }
441 441
442 .postal-search {
443 padding-top:3rem;
444 }
445
446 .postal-search label { 442 .postal-search label {
447 display: flex; 443 display: flex;
448 flex-direction: column; 444 flex-direction: column;
......