fixed small styling issue

pull/78/head
s8613 2025-06-17 12:12:33 +02:00
parent 26224671bb
commit 6816e1a2d7
1 changed files with 3 additions and 2 deletions

View File

@ -384,7 +384,9 @@ function ExtractedResultsPage() {
justifyContent: "center", justifyContent: "center",
gap: 1, gap: 1,
cursor: "pointer", cursor: "pointer",
minHeight: "24px" minHeight: "24px",
minWidth: "100px",
margin: "0 auto",
}} }}
onClick={(e: React.MouseEvent) => { onClick={(e: React.MouseEvent) => {
e.stopPropagation(); e.stopPropagation();
@ -398,7 +400,6 @@ function ExtractedResultsPage() {
color: "#666", color: "#666",
opacity: 0.7, opacity: 0.7,
transition: "opacity 0.2s ease", transition: "opacity 0.2s ease",
ml: 1 // margin-left instead of absolute positioning
}} }}
onClick={(e) => { onClick={(e) => {
e.stopPropagation(); e.stopPropagation();