mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 05:39:59 +00:00
fix style (#2985)
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
margin: 0 auto;
|
||||
line-height: 1.5em;
|
||||
overflow: auto;
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
.txt-file-view-body .txt-view .CodeMirror-scroll {
|
||||
|
@@ -42,7 +42,7 @@
|
||||
encoding: '{{ encoding }}',
|
||||
fileContent: '{{ file_content|escapejs }}',
|
||||
err: '{{ err }}',
|
||||
latestContributor: '{{ latest_contributor }}',
|
||||
latestContributor: '{{ latest_contributor|email2nickname }}',
|
||||
lastModified: '{{ last_modified }}',
|
||||
isLocked: '{{ file_locked }}' == 'True',
|
||||
lockedByMe: '{{ locked_by_me }}' == 'True',
|
||||
|
Reference in New Issue
Block a user