Skip to content

Commit

Permalink
Merge pull request #183 from jiro4989/hotfix/#182-history-layout
Browse files Browse the repository at this point in the history
コマンドが長すぎるとレイアウトが崩れるのを修正 #182
  • Loading branch information
jiro4989 committed Jul 11, 2020
2 parents 856474f + c9b4f43 commit e5da426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion websh_front/src/index.nim
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ proc createDom(): VNode =
text "Clear history"
for hist in shellHistory:
tdiv:
text hist
textarea(class = "textarea is-success", rows = "2", readonly="readonly"):
text hist
tdiv(class = "column"):
tdiv(class = "tile is-ancestor"):
tdiv(class = "tile is-parent is-vertical"):
Expand Down

0 comments on commit e5da426

Please sign in to comment.