diff options
| -rw-r--r-- | app/assets/stylesheets/components/_tables.sass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components/_tables.sass b/app/assets/stylesheets/components/_tables.sass index 246b0c812..11ea06a61 100644 --- a/app/assets/stylesheets/components/_tables.sass +++ b/app/assets/stylesheets/components/_tables.sass @@ -12,8 +12,9 @@ > a position: relative + display: block color: $darkgrey - padding-right: 18px + padding-right: 20px &:hover, &:focus text-decoration: none @@ -24,7 +25,7 @@ display: block height: 14px width: 8px - right: 0 + right: 10px top: 50% margin-top: -7px |
