Bug 1572807 - Truncate very long origins properly in about:logins header. r=MattN

Differential Revision: https://phabricator.services.mozilla.com/D41420

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Nguyen 2019-08-09 19:41:20 +00:00
Родитель 548c18f6fe
Коммит 4e13fdfdb5
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -50,6 +50,8 @@
margin-top: 0;
margin-bottom: 0;
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.delete-button,
@ -246,7 +248,7 @@ a.breach-alert-link {
--reveal-checkbox-opacity-active: .6;
--success-color: #86DE74;
}
.breach-alert {
box-shadow: 0 2px 8px 0 rgba(249,249,250,0.1);
color: #0C0C0D;