Fix composer avatar being an oval when a custom status is set

Fixes this: 0d5c7fa9a4
This commit is contained in:
Travis Ralston 2019-01-03 18:06:37 -07:00
parent 51dc1fe9bf
commit 852d6df580

View file

@ -17,4 +17,5 @@ limitations under the License.
.mx_MemberStatusMessageAvatar_hasStatus {
border: 2px solid $accent-color;
border-radius: 40px;
padding-right: 0 !important; /* Override AccessibleButton styling */
}