added margin-left 5px; to achive the needed whitespace, could'nt figure out how it had been done before.

This commit is contained in:
Niels Lyngsø
2019-05-02 10:01:16 +02:00
parent b92fbffd7c
commit 496d5d7791

View File

@@ -1,6 +1,7 @@
.umb-button {
position: relative;
display: inline-block;
margin-left: 5px;
}
.umb-button__button {