Change out caption for email invite suggestions and stack vertically
This commit is contained in:
parent
2064cf80f5
commit
3b7b66c856
2 changed files with 13 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue