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

Prevent date overflow on issue page on mobile devices

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