Skip to content

Commit ae98481

Browse files
committedNov 26, 2023
frontend fix width of add mapping card input
1 parent 34644dd commit ae98481

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎email-threatkb-frontend/src/components/AddMappingCard.astro

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ function handleSubmit(event:any) {
4343
}
4444
.add-mapping-card input{
4545
background-color: rgb(var(--accent-light));
46-
border: #23262d;;
46+
border: #23262d;
47+
width: 50%;
4748
}
4849
.add-mapping-card button{
4950
/* make this button larger */

0 commit comments

Comments
 (0)
Please sign in to comment.