~cytrogen/masto-fe

d2cfcdd09efe4914e8956d1b2211114bc7c4179a — Santiago Kozak 2 years ago 20ac5be
Fix recent search items not handling overflows correctly (#26893)

1 files changed, 5 insertions(+), 0 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +5 -0
@@ 5061,6 5061,11 @@ a.status-card {
          font-weight: 700;
          color: $primary-text-color;
        }

        span {
          overflow: inherit;
          text-overflow: inherit;
        }
      }
    }
  }