소스 검색

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;