Commit cdd7be01 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #5851 from mynetx/sidebar-links-display-block

Make sidebar links more accessible, display: block
parents cc0d550f 3229311b
......@@ -73,6 +73,10 @@
font-weight: bold;
}
a {
display: block;
}
.project-name, .group-name {
font-size: 15px;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment