UX: Prevent invite form fields from resizing (#14370)

This commit is contained in:
Penar Musaraj 2021-09-17 12:42:48 -04:00 committed by GitHub
parent cbf6895981
commit fe17bcbcc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -334,7 +334,8 @@
line-height: $line-height-medium;
}
.tip {
padding-left: 5px;
font-size: var(--font-down-1);
margin-bottom: 0.25em;
}
}
}

View File

@ -395,6 +395,7 @@
.invites-show {
.col-form {
padding-left: 20px;
width: 400px;
}
.col-image {
width: 175px;