소스 검색

BBC Code Block Height

!bugfix - Code blocks have a minimum height of 10em, which is too
large. By removing the height attribute in the CSS it allows the block
to shrink or expand based on how much is inputted.

Signed-off-by: emanuele <[email protected]>
Matthew Kerle 12 년 전
부모
커밋
aff7225ac2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Themes/default/css/index.css

+ 0 - 2
Themes/default/css/index.css

@@ -347,8 +347,6 @@ em {
 	overflow: auto;
 	white-space: nowrap;
 	/* Show a scrollbar after about 6 lines. */
-	/* This is much better than the old max-height css. */
-	height: 10em;
 	resize: vertical;
 }