mirror of https://github.com/keeweb/keeweb
added missing overflow to revealed passwords
parent
8c59838a6f
commit
259abf6d25
|
@ -49,6 +49,8 @@ const PasswordPresenter = {
|
|||
|
||||
const topEl = document.createElement('div');
|
||||
topEl.style.display = 'flex';
|
||||
topEl.style.overflow = 'hidden';
|
||||
topEl.style.textOverflow = 'ellipsis';
|
||||
|
||||
for (const item of items) {
|
||||
const el = document.createElement('div');
|
||||
|
|
Loading…
Reference in New Issue