Skip to content

Commit 6cb5448

Browse files
committed
Override app.scss styling of list items
1 parent bf617dd commit 6cb5448

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/js/Components/MismatchRow.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ function showDialog(e: Event) {
199199
}
200200
}
201201
202+
.cdx-menu-item {
203+
margin-inline-start: 0; // overwrite <li> styles from app.scss
204+
}
205+
202206
.full-description-button {
203207
padding: 0 2px;
204208
font-weight: 400;

0 commit comments

Comments
 (0)