Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adjust padding of text preview
  • Loading branch information
MorrisJobke committed Jul 4, 2016
commit e7039425fb64e737e068beda7cb426e3f00dde0b
5 changes: 3 additions & 2 deletions apps/files/css/detailsView.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,12 @@
background-size: contain;
}

#app-sidebar .text {
#app-sidebar .large.text {
overflow-y: scroll;
overflow-x: hidden;
padding-left: 5px;
padding-top: 15px;
font-size: 80%;
margin-left: 0;
}

#app-sidebar .thumbnail {
Expand Down