fix(settings): make certification tables full width (#67185)

This commit is contained in:
Sem Bauke
2026-05-03 23:14:26 +02:00
committed by GitHub
parent 31b8b3fad6
commit 23242f3eca

View File

@@ -1,3 +1,8 @@
.certification-settings table {
display: table;
width: 100%;
}
.certification-settings tr {
height: 57px;
}