fix permissions panel table row formatting (#29444)

This commit is contained in:
warriorstar-orion
2025-05-26 03:11:27 -04:00
committed by GitHub
parent 5b79fd7f99
commit 609fb5705b
+1 -1
View File
@@ -23,7 +23,7 @@ function updateSearch() {
}
if (found == 0) row.style.display = 'none';
else {
row.style.display = 'block';
row.style.display = 'table-row';
row.className = alt_style;
if (alt_style == 'alt') alt_style = 'norm';
else alt_style = 'alt';