Skip to content

Commit

Permalink
fix(styles): set select width in invitation form
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Aug 17, 2021
1 parent d57fdae commit 08b7109
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}

&__role:deep() {
width: 180px;
height: 33px;
color: $color-primary;
label {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<BIMDataSelect
v-if="project"
class="invitation-form__input__role"
width="180px"
:label="$t('InvitationForm.roleInputLabel')"
:options="roles"
optionKey="name"
Expand Down

0 comments on commit 08b7109

Please sign in to comment.