diff --git a/framework/core/less/forum/AvatarEditor.less b/framework/core/less/forum/AvatarEditor.less index f038bd70e7..67db8dc477 100644 --- a/framework/core/less/forum/AvatarEditor.less +++ b/framework/core/less/forum/AvatarEditor.less @@ -1,6 +1,10 @@ .AvatarEditor { position: relative; + // prevent flex stretching and make the box the same size as the img + display: inline-block; + align-self: flex-start; + .Dropdown-toggle { margin: 4px; font-size: 26px;