Fix recent search items not handling overflows correctly (#26893)

local
Santiago Kozak 8 months ago committed by GitHub
parent 20ac5be1c1
commit d2cfcdd09e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      app/javascript/styles/mastodon/components.scss

@ -5061,6 +5061,11 @@ a.status-card {
font-weight: 700;
color: $primary-text-color;
}
span {
overflow: inherit;
text-overflow: inherit;
}
}
}
}

Loading…
Cancel
Save