Skip to content

Commit f6c2f4e

Browse files
committed
style(EventsList): add padding to form search field for better spacing
1 parent f37aefb commit f6c2f4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/project/EventsList.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,5 +551,9 @@ export default {
551551
.search-container {
552552
width: 100%;
553553
margin-top: 16px;
554+
555+
&.form-search-field {
556+
padding-inline-end: 7px;
557+
}
554558
}
555559
</style>

0 commit comments

Comments
 (0)