Remove borders from preferences information column

This commit is contained in:
Hadi Nategh 2022-08-16 16:05:15 +02:00
parent 067b6402a1
commit 228f6ceb90

View File

@ -109,4 +109,7 @@ img.qrCode {
margin-top: 1em;
font-style: italic;
font-size: 120%;
}
table.prefTable tbody tr.prefRow .prefHelpColumn {
border-bottom: none;
}