2018-04-30 18:42:17 +05:00
|
|
|
#paste-contents {
|
2018-05-01 17:45:36 +05:00
|
|
|
font-family: monospace;
|
|
|
|
font-size: 0.9rem;
|
2018-04-30 18:42:17 +05:00
|
|
|
height: 90vh;
|
2018-05-01 17:45:36 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.paste-data {
|
|
|
|
font-size: 0.9rem;
|
2019-10-13 14:25:29 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* This is a special case for multiline tooltips. See https://github.com/Wikiki/bulma-tooltip/issues/34 */
|
|
|
|
.tooltip.is-tooltip-multiline::before {
|
|
|
|
white-space:pre-line
|
2018-04-30 18:42:17 +05:00
|
|
|
}
|