Page MenuHomeSolus

Forums: fix style for the [code] blocks
Closed, ResolvedPublic

Description

The code block formatting is currently broken on the forums (here is an example).

It can be very easily fixed by removing a line in the stylesheet.css, look for :

.codebox code {
  overflow: auto;
  display: block;
  height: auto;
  max-height: 200px;
  white-space: normal;
  font: 1em Monaco, "Andale Mono", "Courier New", Courier, mono;
  line-height: 1.5em;
  margin: 0;
}

and remove white-space: normal; from this block.

Event Timeline

JoshStrobl raised the priority of this task from Low to Normal.Aug 5 2017, 8:22 PM

Err meant to put normal priority. *slowclap*

DataDrake added a subscriber: DataDrake.

Don't take offense, closest category it fits xD

JoshStrobl claimed this task.