about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-09-05 11:46:01 +0200
committerThibG <thib@sitedethib.com>2018-09-05 13:46:19 +0200
commit7f2f59dae64f927ca6a5719a7d7589d18e304310 (patch)
tree64b16e9735a49b49ff6e5b35bce9cb80725f784c /app/javascript/flavours/glitch/styles/components/index.scss
parent258e8b77349a307f9f8ab923fcd0ba4fdaf001a6 (diff)
Fix public profile's “show more” links styling
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 36417cde8..834839632 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%);