Skip to content

Commit dfe42c4

Browse files
authored
demo: improve gist shown in gh page
1 parent 78eee2e commit dfe42c4

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

demo/src/examples/example01.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2 class="bd-title">
5151
<hr />
5252

5353
<div class="mb-3 row">
54-
<label class="col-sm-2"> Group Select </label>
54+
<label class="col-sm-2">Group Select</label>
5555

5656
<div class="col-sm-10">
5757
<select class="full-width">
@@ -75,7 +75,7 @@ <h2 class="bd-title">
7575
</div>
7676

7777
<div class="mb-3 row">
78-
<label class="col-sm-2"> Multiple Select </label>
78+
<label class="col-sm-2">Multiple Select</label>
7979

8080
<div class="col-sm-10">
8181
<select class="multiple-select full-width">
@@ -99,10 +99,13 @@ <h2 class="bd-title">
9999
</div>
100100
</div>
101101

102-
<div class="row">
103-
<iframe width="100%" height="450" src="data:text/html;charset=utf-8,
104-
<head><base target='_blank' /></head>
105-
<body><script src='https://gist.github.com/ghiscoding/d9136bb871e43cf93da6b58cd3e1ccfe.js'></script>
106-
</body>">
107-
</iframe>
102+
<div class="row mt-4">
103+
<label class="col-sm-2">Code Sample</label>
104+
<div class="col-sm-10 col-lg-8">
105+
<iframe width="100%" height="450" src="data:text/html;charset=utf-8,
106+
<head><base target='_blank' /></head>
107+
<body><script src='https://gist.github.com/ghiscoding/d9136bb871e43cf93da6b58cd3e1ccfe.js'></script>
108+
</body>">
109+
</iframe>
110+
</div>
108111
</div>

0 commit comments

Comments
 (0)