Skip to content

Commit

Permalink
#67 Continue optimizing space usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorocky committed Jun 8, 2023
1 parent e2e8e9c commit a87abd1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/metamath/ui/MM_cmp_user_stmt.res
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,12 @@ let make = React.memoCustomCompareProps( ({
longClickDelayMs
onShortClick = {_ => actToggleInfoExpanded()}
onLongClick=onTypEditRequested
style=ReactDOM.Style.make(~cursor="pointer", ~fontWeight="bold", ())
style=ReactDOM.Style.make(
~cursor="pointer",
~fontWeight="bold",
~padding="1px 5px",
()
)
title={
chgTypShortcutName ++ " to change statement type between P (provable), G (goal) and H (hypothesis). "
++ "Alt is sometimes labelled Opt. "
Expand Down

0 comments on commit a87abd1

Please sign in to comment.