Skip to content
Snippets Groups Projects
Commit bb3d5615 authored by Morris Jobke's avatar Morris Jobke
Browse files

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

add margin to log table - fixes #13558
parents 8ba42abb 3de967c1
No related branches found
No related tags found
No related merge requests found
...@@ -228,7 +228,10 @@ span.version { margin-left:1em; margin-right:1em; color:#555; } ...@@ -228,7 +228,10 @@ span.version { margin-left:1em; margin-right:1em; color:#555; }
/* LOG */ /* LOG */
#log { white-space:normal; } #log {
white-space:normal;
margin-bottom: 14px;
}
#lessLog { display:none; } #lessLog { display:none; }
table.grid td.date{ table.grid td.date{
white-space: nowrap; white-space: nowrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment