From 7f2f59dae64f927ca6a5719a7d7589d18e304310 Mon Sep 17 00:00:00 2001
From: Thibaut Girka <thib@sitedethib.com>
Date: Wed, 5 Sep 2018 11:46:01 +0200
Subject: [PATCH] =?UTF-8?q?Fix=20public=20profile's=20=E2=80=9Cshow=20more?=
 =?UTF-8?q?=E2=80=9D=20links=20styling?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/javascript/flavours/glitch/styles/components/index.scss | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 36417cde83..8348396327 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -837,8 +837,10 @@
   line-height: inherit;
   margin: 0;
   padding: 15px;
+  box-sizing: border-box;
   width: 100%;
   clear: both;
+  text-decoration: none;
 
   &:hover {
     background: lighten($ui-base-color, 2%);