Skip to content

Commit 0efb88a

Browse files
committed
検索結果のlist-styleをnoneに修正
1 parent a7a88fe commit 0efb88a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/EditLessonScreenInner3.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ export default class EditLessonScreenInner3 extends Vue {
247247
}
248248
.SearchResultList {
249249
padding: 0;
250+
list-style: none;
250251
}
251252
.SearchResultItem {
252253
background-color: $color-white;

0 commit comments

Comments
 (0)