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

add margin to log table - fixes #13558

parent ff571577
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; }
/* LOG */
#log { white-space:normal; }
#log {
white-space:normal;
margin-bottom: 14px;
}
#lessLog { display:none; }
table.grid td.date{
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