소스 검색

Merge pull request #1599 from toke/master

Prevent screwed up layout on long Content-Types
bubble
Tony Tam 9 년 전
부모
커밋
66b574c220
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      src/main/less/specs.less

+ 4
- 1
src/main/less/specs.less 파일 보기

@@ -744,6 +744,9 @@
outline: 2px solid black;
outline-color: #cc0000;
}
select[name='parameterContentType'] {
max-width:300px;
}
}
div.response {
div.block {
@@ -1104,4 +1107,4 @@
}
}

}
}

불러오는 중...
취소
저장