File: error.less

package info (click to toggle)
jupyter-notebook 6.4.13-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,860 kB
  • sloc: javascript: 20,765; python: 15,658; makefile: 255; sh: 160
file content (24 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
div.error {
  margin: 2em;
  text-align: center;
}

div.error > h1 {
    font-size: 500%;
    line-height: normal;
}

div.error > p {
    font-size: 200%;
    line-height: normal;
}

div.traceback-wrapper {
    text-align: left;
    max-width: 800px;
    margin: auto;
    pre.traceback {
      max-height: 600px;
      overflow: auto;
    }
}