height space in the bottom (wallet selection & review)

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-08 16:24:47 +09:00
commit 644b3e6113
5 changed files with 153 additions and 32 deletions

View file

@ -468,3 +468,7 @@ input[type=file] {
.white-space-initial {
white-space: initial;
}
.height-spacer {
height: 15px;
}