Change out caption for email invite suggestions and stack vertically
This commit is contained in:
@@ -37,7 +37,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
// Mostly copied from AddressPickerDialog; overrides bunch of our default text input styles
|
||||
input, input:focus {
|
||||
> input[type="text"] {
|
||||
margin: 6px 0 !important;
|
||||
height: 24px;
|
||||
line-height: $font-24px;
|
||||
@@ -140,6 +140,10 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
|
||||
.mx_InviteDialog_roomTile_nameStack {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.mx_InviteDialog_roomTile_name {
|
||||
font-weight: 600;
|
||||
font-size: $font-14px;
|
||||
|
||||
Reference in New Issue
Block a user