UX: Prevent invite form fields from resizing (#14370)
This commit is contained in:
parent
cbf6895981
commit
fe17bcbcc3
|
@ -334,7 +334,8 @@
|
|||
line-height: $line-height-medium;
|
||||
}
|
||||
.tip {
|
||||
padding-left: 5px;
|
||||
font-size: var(--font-down-1);
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -395,6 +395,7 @@
|
|||
.invites-show {
|
||||
.col-form {
|
||||
padding-left: 20px;
|
||||
width: 400px;
|
||||
}
|
||||
.col-image {
|
||||
width: 175px;
|
||||
|
|
Loading…
Reference in New Issue