Fix recommended tab style issues

This commit is contained in:
saltrafael 2021-06-29 13:57:22 -03:00 committed by jessopb
parent 8e2ad8b8ca
commit e2de9bf9e7
3 changed files with 9 additions and 1 deletions

View file

@ -94,6 +94,10 @@
.claim-preview__wrapper--small {
padding: var(--spacing-s);
.button--uri-indicator {
max-width: 12rem;
}
}
.claim-preview {

View file

@ -128,10 +128,12 @@
}
.recommended-content__toggles {
margin-right: var(--spacing-s);
margin-top: var(--spacing-xs);
margin-right: var(--spacing-xs);
button {
padding: 0 var(--spacing-xs);
height: 2rem;
max-width: 15rem;
}
}

View file

@ -47,6 +47,8 @@
}
.snack-bar__message {
overflow: hidden;
text-overflow: ellipsis;
align-items: center;
display: flex;
flex-direction: row;