Minor styling and avatar bug fixing

This commit is contained in:
Travis Ralston 2019-01-28 11:34:21 -07:00
parent 9a524c49b1
commit ea1d6a0146
3 changed files with 7 additions and 2 deletions

View file

@ -17,3 +17,7 @@ limitations under the License.
.mx_GeneralRoomSettingsTab_profileSection {
margin-top: 10px;
}
.mx_GeneralRoomSettingsTab .mx_AliasSettings .mx_Field select {
width: 100%;
}