Skip to content

Commit 577721f

Browse files
committed
fixed button height
1 parent 914402a commit 577721f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/components/dashboard_items/tutorial/AdvancedFunctions.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@ export default {
4141
.tut-btn {
4242
margin: 0.75rem;
4343
width: 50%;
44+
min-height: 42px;
45+
height: auto;
4446
}
4547
</style>

src/components/dashboard_items/tutorial/BasicFunctions.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ export default {
4545
.tut-btn {
4646
margin: 0.75rem;
4747
width: 50%;
48+
min-height: 42px;
49+
height: auto;
4850
}
4951
</style>

src/components/dashboard_items/tutorial/Landing.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ export default {
4848
.tut-btn {
4949
margin: 0.75rem;
5050
width: 50%;
51+
min-height: 42px;
52+
height: auto;
5153
}
5254
5355
#closeTutorialButton {

0 commit comments

Comments
 (0)