ui: fixed close button padding on toast messages.

This commit is contained in:
Marcin Kuzminski 2020-07-13 12:10:12 +02:00
parent 012f801f16
commit d10a1ffe23

View file

@ -9,6 +9,7 @@
margin: 0;
float: right;
cursor: pointer;
padding: 8px 0 8px 8px;
}
.toast-message-holder{