Sticker modal: Handle wider text on install/uninstall button

This commit is contained in:
Scott Nonnenberg 2020-02-28 18:14:12 -08:00 committed by GitHub
parent 90fef354e4
commit 9fdc7a7ece
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6040,10 +6040,10 @@ button.module-image__border-overlay:focus {
}
&__info {
width: 317px;
display: flex;
flex-direction: column;
justify-content: center;
flex-grow: 1;
&__title {
margin: 0;
@ -6082,7 +6082,8 @@ button.module-image__border-overlay:focus {
}
&__install {
flex-shrink: 1;
flex-shrink: 0;
overflow: hidden;
}
}
}