Bug 1576599 - Calculate the flex-basis of the login-item detail rows from the left (start) side to keep the copy buttons aligned in small windows. r=ntim

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jared Wein 2019-08-29 19:43:11 +00:00
Родитель 8330bb9a1b
Коммит a71a633747
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -114,7 +114,7 @@ input[type="url"][readOnly]:hover:active {
.detail-row-contents {
display: flex;
align-items: end;
flex-basis: calc(100% - 360px); /* Adds a 360px flexible spacer to the right */
flex-basis: 340px; /* Allows for 360px of flex on the end (700px (the default 100% width) - 340px) */
max-width: 100%;
}