Certificate table work, shows error message in popover

This commit is contained in:
Jamie Curnow
2023-01-16 11:32:45 +10:00
parent ba138581e1
commit 306ac20457
6 changed files with 77 additions and 6 deletions

View File

@@ -29,6 +29,19 @@ span.monospace {
font-family: monospace;
}
pre {
&.wrappable {
white-space: pre-wrap; /* Since CSS 2.1 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
&.error {
color: rgb(245, 101, 101); /* red.500 */
}
}
/* helpdoc */
.helpdoc-body {
p {