client: Fix promoted attribute style regressions (closes #503)

This commit is contained in:
Elian Doran
2024-10-19 22:40:27 +03:00
parent 21f8a29761
commit 7957c6d34e
2 changed files with 7 additions and 23 deletions

View File

@@ -42,6 +42,10 @@ const TPL = `
word-break:keep-all;
white-space: nowrap;
}
.promoted-attribute-cell input[type="checkbox"] {
height: 1.5em;
}
</style>
<div class="promoted-attributes-container"></div>