Fix icon size in the new pad modal

This commit is contained in:
yflory 2020-04-06 16:13:51 +02:00
parent 0f21f3118b
commit 3aefc3a893
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@
width: 200px;
display: flex;
align-items: center;
.fa {
.fa, .cptools {
font-size: 32px;
min-width: 50px;
}