Skip to content

Commit 36d2641

Browse files
authored
Merge pull request #430 from BipinKalra/button-fix
button align container
2 parents 05f490b + 6b998b4 commit 36d2641

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/views/index.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
<div class="row p-3"><a target="preview" href="tab-nav.html">tab-nav</a></div>
179179
<div class="row p-3"><a target="preview" href="test-cases-card.html">test-cases-card</a></div>
180180
<div class="row p-3"><a target="preview" href="timer-clock.html">timer-clock</a></div>
181+
<div class="row p-3"><a target="preview" href="unordered-list.html">unordered-list</a></div>
181182
<div class="row p-3"><a target="preview" href="up-competition-card.html">up-competition-card</a></div>
182183
</div>
183184
<div class="col-sm-9">

sass/styles/applications/online-cb/elements/buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
.button-align-container {
6464
display: flex;
6565
width: 100%;
66-
align-items: flex-end;
66+
justify-content: flex-end;
6767
}
6868
}

0 commit comments

Comments
 (0)