Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
aff7225ac2
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  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;
 }