Fix padding and margins on app configure links

This commit is contained in:
Johannes Zellner
2025-09-17 12:10:10 +02:00
parent 9ba4ac9956
commit 91840904b6
+2 -1
View File
@@ -408,7 +408,8 @@ onBeforeUnmount(() => {
display: block;
white-space: nowrap;
cursor: pointer;
padding: 4px 60px 4px 4px;
padding: 4px 4px 4px 4px;
margin-right: 60px;
}
.configure-menu-item > a,