Skip to content

Commit 339ef89

Browse files
committedMay 21, 2023
fix: update PrevNext hint hitbox
1 parent abde391 commit 339ef89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/Stop/StopPrevNextStops.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default Vue.extend({
6565
.hint {
6666
display: block;
6767
padding: 0.3rem 0 0.5rem 0;
68-
margin: 0 auto;
68+
width: 100%;
6969
color: #4B4B4B;
7070
font-size: 0.75rem;
7171
font-family: unset;

0 commit comments

Comments
 (0)
Please sign in to comment.