fixed small styling issue
parent
26224671bb
commit
6816e1a2d7
|
|
@ -384,7 +384,9 @@ function ExtractedResultsPage() {
|
|||
justifyContent: "center",
|
||||
gap: 1,
|
||||
cursor: "pointer",
|
||||
minHeight: "24px"
|
||||
minHeight: "24px",
|
||||
minWidth: "100px",
|
||||
margin: "0 auto",
|
||||
}}
|
||||
onClick={(e: React.MouseEvent) => {
|
||||
e.stopPropagation();
|
||||
|
|
@ -398,7 +400,6 @@ function ExtractedResultsPage() {
|
|||
color: "#666",
|
||||
opacity: 0.7,
|
||||
transition: "opacity 0.2s ease",
|
||||
ml: 1 // margin-left instead of absolute positioning
|
||||
}}
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
|
|
|
|||
Loading…
Reference in New Issue