UX: Fix input styling in group assignments page (#213)

This commit is contained in:
Penar Musaraj 2021-09-21 14:25:01 -04:00 committed by GitHub
parent ac0f8a6ee3
commit 74b9f3d22c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<div class="topic-search-div"> <div class="topic-search-div">
<div class="form-horizontal bookmark-search-form"> <div class="inline-form full-width">
{{input {{input
class="no-blur" class="no-blur"
value=searchTerm value=searchTerm

View File

@ -149,7 +149,6 @@
} }
} }
.search { .search {
height: 1em;
width: 100%; width: 100%;
} }
.search-div { .search-div {