Skip to content

Commit

Permalink
fix(ec-application): force col-9 to fix responsive layout
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Feb 19, 2021
1 parent f8fcedb commit 10cafdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/html/EcApplication.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h3>{{ title }}</h3>
</div>
</div>

<div class="col-sm">
<div class="col-sm-9">
<div class="card">
<div
v-if="hasNewVersion"
Expand Down

0 comments on commit 10cafdc

Please # to comment.