mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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;
|
line-height: $line-height-medium;
|
||||||
}
|
}
|
||||||
.tip {
|
.tip {
|
||||||
padding-left: 5px;
|
font-size: var(--font-down-1);
|
||||||
|
margin-bottom: 0.25em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -395,6 +395,7 @@
|
|||||||
.invites-show {
|
.invites-show {
|
||||||
.col-form {
|
.col-form {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
width: 400px;
|
||||||
}
|
}
|
||||||
.col-image {
|
.col-image {
|
||||||
width: 175px;
|
width: 175px;
|
||||||
|
Loading…
Reference in New Issue
Block a user