Skip to content

Commit 459883a

Browse files
committed
Fix left margin of the gist list in the header
1 parent 8a30ab4 commit 459883a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/twirl/gitbucket/gist/edit.scala.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div id="error"></div>
99
@if(gist.isEmpty){
1010
<div>
11-
<ul style="list-style: none; margin-left: 0px;">
11+
<ul style="list-style: none; margin-left: 0px; padding-left: 0px;">
1212
@recent.map { gist =>
1313
<li style="float: left; width: 200px;">
1414
<i class="octicon octicon-gist" style="width: 24px; height: 24px;"></i>

0 commit comments

Comments
 (0)