border-radius: var(--border-radius-medium); width: 100%; display: flex; align-items: center; justify-content: center; } .search-results-empty { height: unset; min-height: 70px; overflow-wrap: anywhere; } button.primary { white-space: nowrap; min-width: fit-content; } label { display: flex; align-items: center; } .syncedtabs-header { display: flex; justify-content: space-between; height: 34px; align-items: center; } .syncedtabs-header button { display: flex; align-items: center; min-width: unset; margin-inline-start: auto; } .syncedtabs-header button .icon { margin-inline-end: 0.7rem; } .show-all-link-container { display: flex; justify-content: center; color: var(--fxview-primary-action-background); cursor: pointer; } .show-all-link { text-decoration: underline; display: inline-block; outline-offset: 2px; border-radius: var(--border-radius-xsmall); margin-block: 0.5rem; } PK