Fix up recovery codes design a little (#1866)

This commit is contained in:
Eugen 2017-04-16 04:32:57 +02:00 committed by GitHub
parent f97272549c
commit 8a58942c80
3 changed files with 3 additions and 7 deletions

View file

@ -8,10 +8,5 @@
}
.recovery-codes {
column-count: 2;
height: 100px;
li {
list-style: decimal;
margin-left: 20px;
}
list-style: none;
}