Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
UX: Prevent invite form fields from resizing (discourse#14370)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusaraj authored Sep 17, 2021
1 parent cbf6895 commit fe17bcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/common/base/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@
line-height: $line-height-medium;
}
.tip {
padding-left: 5px;
font-size: var(--font-down-1);
margin-bottom: 0.25em;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/desktop/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
.invites-show {
.col-form {
padding-left: 20px;
width: 400px;
}
.col-image {
width: 175px;
Expand Down

0 comments on commit fe17bcb

Please sign in to comment.