浏览代码

Fix margin

Denis K 8 年之前
父节点
当前提交
196b18b041
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jet/static/jet/css/_changelist.scss

+ 1 - 1
jet/static/jet/css/_changelist.scss

@@ -177,7 +177,7 @@
   li {
     list-style-type: none;
     display: inline-block;
-    margin: 0;
+    margin: 0 5px 5px 0;
     background-color: $button-background-color;
     color: $button-text-color;
     text-decoration: none;