Commit ecf1713e authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix broken button in welcome dialog

parent 30f92729
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ body.dialog-shown .overlay {
    justify-items: center;
}

.dialog .actions button[data-action="continue"] {
#welcome-dialog .actions button[data-action="close"] {
    display: none;
}