mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 10:23:37 +00:00
Certificate table work, shows error message in popover
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user