~cytrogen/masto-fe

0b5903af7cb8c50e9acec2e90433d9ff380895b6 — Santiago Kozak 2 years ago e193c84
[Glitch] Fix recent search items not handling overflows correctly

Port d2cfcdd09efe4914e8956d1b2211114bc7c4179a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1 files changed, 5 insertions(+), 0 deletions(-)

M app/javascript/flavours/glitch/styles/components/search.scss
M app/javascript/flavours/glitch/styles/components/search.scss => app/javascript/flavours/glitch/styles/components/search.scss +5 -0
@@ 78,6 78,11 @@
          font-weight: 700;
          color: $primary-text-color;
        }

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