Commit 65fe3f92 authored by Sacred Seven's avatar Sacred Seven

Added text-align regarding #3

parent 5eb024d5
......@@ -65,4 +65,5 @@
*[dir='auto'] {
font-family: 'Tahoma' !important;
text-align: start !important;
}
......@@ -12,5 +12,4 @@
= event.project_name
- if event.target.respond_to?(:title)
.event-body
.event-note{ dir: 'auto' }
= event.target.title
.event-note{ dir: 'auto' }= event.target.title
......@@ -45,8 +45,7 @@
.creator
Created by #{link_to_member(@project, @issue.author)} #{issue_timestamp(@issue)}
%h4.title{ dir: :auto }
= gfm escape_once(@issue.title)
%h4.title{ dir: :auto }= gfm escape_once(@issue.title)
- if @issue.description.present?
.description
......
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