mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
Fix missing arg handling in html10n.js
This commit is contained in:
parent
405e3e3e19
commit
d5c5ca224b
2 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue