Skip to content
Snippets Groups Projects
Commit 2ec7d478 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix css

parent bfb48ecc
No related branches found
No related tags found
No related merge requests found
......@@ -4036,6 +4036,9 @@ dl.dropdown {
white-space: nowrap;
font-weight: normal;
}
.dropdown dd ul li input[type="checkbox"] {
margin-right: 3px;
}
.dropdown dd ul li a {
padding:5px;
display:block;
......
......@@ -3919,6 +3919,9 @@ dl.dropdown {
white-space: nowrap;
font-weight: normal;
}
.dropdown dd ul li input[type="checkbox"] {
margin-right: 3px;
}
.dropdown dd ul li a {
padding:5px;
display:block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment