make icon of umb-preview-node align vertically.

This commit is contained in:
Niels Lyngsø
2020-01-29 10:51:56 +01:00
committed by Kenn Jacobsen
parent 3296021907
commit 2fc495128e

View File

@@ -29,7 +29,8 @@
.umb-node-preview__icon {
display: flex;
width: 25px;
height: 25px;
min-height: 25px;
height: 100%;
justify-content: center;
align-items: center;
font-size: 20px;