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

Added text-align regarding #3

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