瀏覽代碼

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;
 }