Fix the AvatarSetting avatar getting crushed by the flexbox

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-10-05 12:54:01 +01:00
parent d3cbb51ecb
commit cf37f0abf2
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ limitations under the License.
.mx_AvatarSetting_avatar {
width: 90px;
min-width: 90px; // so it doesn't get crushed by the flexbox in languages with longer words
height: 90px;
margin-top: 8px;
position: relative;