Skip to content

Commit 26103a9

Browse files
committed
adjust spacing in tabs in batch modal
Signed-off-by: Andrea Ortner <andrea.ortner@tugraz.at>
1 parent 8be54e8 commit 26103a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/selection-dialog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,8 +1402,8 @@ export class SelectionDialog extends ScopedElementsMixin(DBPCabinetLitElement) {
14021402
}
14031403
}
14041404
.modal-nav > button {
1405-
margin: 10px;
1406-
padding: 0px 0px 2px 8px;
1405+
margin: 10px 0;
1406+
padding: 0px 0px 2px 5px;
14071407
}
14081408
`,
14091409
];

0 commit comments

Comments
 (0)