Skip to content

Commit ba5fd0d

Browse files
leiyreFrancisco Aranda
authored andcommitted
ui: keep same width for all searchbars (#130)
1 parent a5803e6 commit ba5fd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/core/ReSearchBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
<style lang="scss" scoped>
3131
.searchbar {
3232
background: $lighter-color;
33-
width: 230px;
33+
width: 285px;
3434
min-height: 43px;
3535
border: none;
3636
padding: 0 1em;

0 commit comments

Comments
 (0)