Commit 2e99d7c9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Prevent date overflow on issue page on mobile devices

parent df13c9ca
...@@ -43,8 +43,10 @@ ...@@ -43,8 +43,10 @@
} }
} }
.page-title .new-issue-link { .page-title {
display: none; .note_created_ago, .new-issue-link {
display: none;
}
} }
.issue_edited_ago, .note_edited_ago { .issue_edited_ago, .note_edited_ago {
......
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