Support lists in issue description (PAN-OS 11.1.0-h2)
This commit is contained in:
@@ -248,6 +248,32 @@ ul {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.issues-table td ul,
|
||||
.issues-table td ol {
|
||||
margin: 8px 0 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.issues-table td ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.issues-table td ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.issues-table td li {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
margin: 4px 0 0;
|
||||
border-radius: 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.issues-table td li:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
li {
|
||||
padding: 10px;
|
||||
border: 1px solid #ddd;
|
||||
|
||||
Reference in New Issue
Block a user