Skip to content

Commit 804b9f4

Browse files
committed
fix devshell errors
1 parent dcef2fc commit 804b9f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/devshells.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let
3636
regenerateDevCerts
3737
] ++ (with pkgs; [
3838
nix bash binutils coreutils curl gnutar
39-
git python27 curl jq
39+
git python3 curl jq
4040
nodePackages.node-gyp nodePackages.node-pre-gyp
4141
gnumake
4242
pkgconfig

source/renderer/app/components/wallet/mnemonic-input/MnemonicInput.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $header-vertical-padding: 10px;
4242
}
4343

4444
.inputList {
45-
width: calc(#{percentage(1 / $columns)} - 30px);
45+
width: calc(#{percentage(calc(1 / $columns))} - 30px);
4646
}
4747

4848
.inputWrapper {

0 commit comments

Comments
 (0)