Browse Source

width fix for pre on userhistory

pull/1/head
herbert 3 years ago
parent
commit
7bedd2e73a
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      static/styles/beluga/style.css
  2. +2
    -1
      static/styles/orion/style.css

+ 2
- 1
static/styles/beluga/style.css View File

@@ -1432,7 +1432,8 @@ pre {
max-width: 95%;
}

#forums pre {
#forums pre,
#userhistory pre {
max-width: 878px;
}



+ 2
- 1
static/styles/orion/style.css View File

@@ -1762,7 +1762,8 @@ pre {
max-width: 95%;
}

#forums pre {
#forums pre,
#userhistory pre {
max-width: 878px;
}



Loading…
Cancel
Save