Merge pull request #13559 from owncloud/increase-log-table-margin

add margin to log table - fixes #13558
remotes/origin/create-share-target-reuse
Morris Jobke 2015-01-21 17:18:30 +07:00
commit bb3d56155b
1 changed files with 4 additions and 1 deletions

@ -228,7 +228,10 @@ span.version { margin-left:1em; margin-right:1em; color:#555; }
/* LOG */
#log { white-space:normal; }
#log {
white-space:normal;
margin-bottom: 14px;
}
#lessLog { display:none; }
table.grid td.date{
white-space: nowrap;