Give table rows with actions a bit more space

This commit is contained in:
Johannes Zellner
2025-02-11 21:02:30 +01:00
parent 9c4baf9cad
commit daeaa800d8

View File

@@ -87,6 +87,9 @@ footer > .p {
}
.table-actions {
/* those margins will give table rows in Pankow TableViews some more space */
margin-top: 4px;
margin-bottom: 4px;
text-align: right;
visibility: hidden;
}