Ver Fonte

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 há 12 anos atrás
pai
commit
aff7225ac2
1 ficheiros alterados com 0 adições e 2 exclusões
  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;
 }