From fcd076d0dfb2f6c884b45c320708dcb372de8aee Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 25 Oct 2017 19:27:39 +0100 Subject: Don't show empty tags in edit interface --- app/Functions/FunctionsEdit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Functions/FunctionsEdit.php b/app/Functions/FunctionsEdit.php index bf4ffff189..ffdb9fbe3f 100644 --- a/app/Functions/FunctionsEdit.php +++ b/app/Functions/FunctionsEdit.php @@ -602,7 +602,7 @@ class FunctionsEdit { case 'MAP': // These GEDCOM tags should have no data, just child tags. if ($value === '') { - $row_class .= ' hidden-xs-up'; + $row_class .= ' d-none'; } break; case 'LATI': -- cgit v1.3