Remove arrow to the right of project name on dashboard
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
d46d6fc17b
commit
78d4b6ae8d
2 changed files with 1 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
line-height: 24px;
|
||||
|
||||
.str-truncated {
|
||||
max-width: 72%;
|
||||
max-width: 76%;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -16,6 +16,3 @@
|
|||
%span.pull-right.light
|
||||
%i.fa.fa-star
|
||||
= project.star_count
|
||||
- else
|
||||
%span.arrow
|
||||
%i.fa.fa-angle-right
|
||||
|
|
Loading…
Reference in a new issue