diff options
author | pluralcafe-docker <git@plural.cafe> | 2018-09-06 05:28:35 +0000 |
---|---|---|
committer | pluralcafe-docker <git@plural.cafe> | 2018-09-06 05:28:35 +0000 |
commit | 2aedb7e83cf7a2c1a7de69d2bc20808f20c10f8f (patch) | |
tree | dfabede2e9d92501f25fd9b5feea45c41138b85c /app/javascript/flavours/glitch/styles/components/index.scss | |
parent | 1e6f96168146b89df9940d2b77963a7a30ba84cb (diff) | |
parent | 7f2f59dae64f927ca6a5719a7d7589d18e304310 (diff) |
Merge branch 'glitch'
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 2 |
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%); |