Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit cf37f0a

Browse files
committed
Fix the AvatarSetting avatar getting crushed by the flexbox
Signed-off-by: Michael Telatynski <[email protected]>
1 parent d3cbb51 commit cf37f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/settings/_AvatarSetting.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ limitations under the License.
1616

1717
.mx_AvatarSetting_avatar {
1818
width: 90px;
19+
min-width: 90px; // so it doesn't get crushed by the flexbox in languages with longer words
1920
height: 90px;
2021
margin-top: 8px;
2122
position: relative;

0 commit comments

Comments
 (0)