Skip to content

Commit

Permalink
Improve annex_action default style (set a min y sep)
Browse files Browse the repository at this point in the history
  • Loading branch information
SECtim committed Mar 21, 2024
1 parent 91db419 commit ef8b556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annexlang/styles.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class StyleDefault(AnnexStyle):
annex_xhr_response/.style={-Latex[open],line,draw=blue},
annex_websocket/.style={-Latex,draw=red},
annex_postmessage/.style={->,line,dashed,draw=red},
annex_action/.style={fill=white,inner sep=0ex,minimum height=1.5em},
annex_action/.style={fill=white,inner sep=0ex,inner ysep=1pt,minimum height=1.5em},
annex_open_window/.style={->,line,dashed},
annex_script_action_box/.style={annex_action,anchor=center},
annex_script_action_arrow/.style={->,line},
Expand Down

0 comments on commit ef8b556

Please sign in to comment.