소스 검색

style tweaks

Angus McLeod 6 년 전
부모
커밋
8f4ee450ee
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      assets/javascripts/wizard/models/custom.js.es6
  2. 3 1
      assets/stylesheets/wizard/wizard_custom.scss

+ 1 - 1
assets/javascripts/wizard/models/custom.js.es6

@@ -29,7 +29,7 @@ CustomWizard.reopenClass({
     }
     window.location.href = getUrl(url);
   }
-})
+});
 
 export function findCustomWizard(wizardId) {
   return ajax({ url: `/w/${wizardId}` }).then(result => {

+ 3 - 1
assets/stylesheets/wizard/wizard_custom.scss

@@ -288,7 +288,7 @@
     padding: 0;
     margin: 0;
     list-style: none;
-    height: 95px;
+    height: 200px;
     overflow: scroll;
   }
 
@@ -297,6 +297,8 @@
     cursor: pointer;
     background-color: #fff;
     display: flex;
+    border-top: 1px solid #e9e9e9;
+    border-bottom: 1px solid #e9e9e9;
 
     &:hover, &.selected {
       background-color: #eee;