Merge remote-tracking branch 'origin/master' into next59

# Conflicts:
#	bin/tpl/anonymize-database.sql
This commit is contained in:
zadam
2023-02-28 23:25:51 +01:00
6 changed files with 169 additions and 3 deletions

View File

@@ -13,4 +13,11 @@
.relation-map-wrapper {
height: 100vh !important;
}
.table thead th,
.table td, .table th {
/* Fix center vertical alignment of table cells */
vertical-align: middle;
}
}

View File

@@ -990,3 +990,9 @@ button.close:hover {
textarea {
cursor: auto;
}
.table thead th,
.table td, .table th {
/* Fix center vertical alignment of table cells */
vertical-align: middle;
}