fixed small styling issue
parent
26224671bb
commit
6816e1a2d7
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue