mirror of https://github.com/MISP/misp-website
Add 10px to bottom margin of ul ul to improve event page render.
parent
a947740c63
commit
bde9029575
|
@ -71,3 +71,7 @@ details[open]>summary:before, details.open>summary:before {
|
||||||
.box-simple {
|
.box-simple {
|
||||||
min-height: 230px;
|
min-height: 230px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul ul {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue