We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a30ab4 commit 459883aCopy full SHA for 459883a
src/main/twirl/gitbucket/gist/edit.scala.html
@@ -8,7 +8,7 @@
8
<div id="error"></div>
9
@if(gist.isEmpty){
10
<div>
11
- <ul style="list-style: none; margin-left: 0px;">
+ <ul style="list-style: none; margin-left: 0px; padding-left: 0px;">
12
@recent.map { gist =>
13
<li style="float: left; width: 200px;">
14
<i class="octicon octicon-gist" style="width: 24px; height: 24px;"></i>
0 commit comments