4,090
edits
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
box-sizing: border-box; /* Include borders in the width calculation */ | box-sizing: border-box; /* Include borders in the width calculation */ | ||
border: 1px solid black; | border: 1px solid black; | ||
margin: | margin-left: -1px; | ||
transform: translateX(-1px); | |||
height: fit-content; | height: fit-content; | ||
padding: 5px; | padding: 5px; |