Fixes bug where clickable area is lost

This commit is contained in:
Sam Georges 2014-07-11 18:51:18 +10:00
parent 1d4d4c0899
commit 7698ac4b87
1 changed files with 6 additions and 1 deletions

View File

@ -83,7 +83,12 @@
.description {
}
a { color: @text-color; }
a {
padding: 5px 10px;
margin: -5px -10px;
display: block;
color: @text-color;
}
&:hover {
background: @color-list-hover-bg;
cursor: pointer;