mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-04 10:04:59 +02:00
fixed long text in dmeonstarton view
This commit is contained in:
parent
f19f080d61
commit
0c4319911e
6 changed files with 291 additions and 18 deletions
13
index.html
13
index.html
|
@ -204,19 +204,19 @@
|
|||
|
||||
<script type="text/html" id="git-demonstration-view">
|
||||
<div class="demonstrationText box vertical">
|
||||
<div class="beforeText box flex1 vertical center">
|
||||
<div class="beforeText">
|
||||
<p>
|
||||
<%= beforeHTML %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="command box flex1 vertical center centerAlign">
|
||||
<div class="command center">
|
||||
<p class="uiButton uiButtonYellow transitionOpacity">
|
||||
<%= command %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="afterText box flex1 vertical center transitionOpacity">
|
||||
<div class="afterText transitionOpacity">
|
||||
<p>
|
||||
<%= afterHTML %>
|
||||
</p>
|
||||
|
@ -238,6 +238,13 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script type="text/html" id="text-grabber">
|
||||
<p class="helperText">
|
||||
<%= helperText %>
|
||||
</p>
|
||||
<textarea></textarea>
|
||||
</script>
|
||||
|
||||
<script type="text/html" id="markdown-grabber-view">
|
||||
<div class="inputSide box vertical">
|
||||
<div class="markdownGrabberInput">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue