소스 검색

[producer] Correctif bug affichage iPhone

prodstable
Guillaume 4 년 전
부모
커밋
285f48cb31
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      producer/web/css/screen.css
  2. +1
    -1
      producer/web/sass/_responsive.scss

+ 1
- 1
producer/web/css/screen.css 파일 보기

/* line 181, ../sass/_responsive.scss */ /* line 181, ../sass/_responsive.scss */
.order-order #app-order-order #distributions-list .panel .btn-primary { .order-order #app-order-order #distributions-list .panel .btn-primary {
display: block; display: block;
float: none;
float: none !important;
margin-bottom: 10px; margin-bottom: 10px;
} }
/* line 190, ../sass/_responsive.scss */ /* line 190, ../sass/_responsive.scss */

+ 1
- 1
producer/web/sass/_responsive.scss 파일 보기

.panel { .panel {
.btn-primary { .btn-primary {
display: block ; display: block ;
float: none;
float: none !important;
margin-bottom: 10px ; margin-bottom: 10px ;
} }
} }

Loading…
취소
저장