fix checkboxes

deepsource-autofix-76c6eb20
Dan Gowans 2024-06-20 11:10:30 -04:00
parent 0a4d54a150
commit cbcdebf24b
1 changed files with 5 additions and 2 deletions

View File

@ -63,10 +63,13 @@
} }
.confirmList > li::before { .confirmList > li::before {
content: ""; content: "";
position: absolute; position: absolute;
border: 2px solid black;
width: 0.8em;
height: 0.8em;
left: -1.4em; left: -1.4em;
top: -0.2em; top: -0.1em;
font-size: 15pt; font-size: 15pt;
} }
</style> </style>