Fix missing arg handling in html10n.js

This commit is contained in:
ilmar 2020-11-05 11:36:22 +02:00 committed by John McLear
parent 405e3e3e19
commit d5c5ca224b
2 changed files with 6 additions and 4 deletions

View file

@ -31,6 +31,8 @@
.gritter-item .gritter-content {
flex: 1 auto;
text-align: center;
width: 95%;
overflow-wrap: break-word;
}
.gritter-item .gritter-close {
@ -48,4 +50,4 @@
right: 1rem;
transform: none;
}
}
}